summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/underline-table-cell-standards-notref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text-decoration/underline-table-cell-standards-notref.html')
-rw-r--r--layout/reftests/text-decoration/underline-table-cell-standards-notref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/underline-table-cell-standards-notref.html b/layout/reftests/text-decoration/underline-table-cell-standards-notref.html
new file mode 100644
index 0000000000..712d5a16d2
--- /dev/null
+++ b/layout/reftests/text-decoration/underline-table-cell-standards-notref.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<title>text-decoration: underline test</title>
+<table border>
+ <tr>
+ <td>Row 1, Cell 1</td>
+ <td>Row 1, Cell 2</td>
+ </tr>
+ <tr>
+ <td>Row 2, Cell 1</td>
+ <td>Row 2, Cell 2</td>
+ </tr>
+</table>