summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/underline-table-cell-quirks-notref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text-decoration/underline-table-cell-quirks-notref.html')
-rw-r--r--layout/reftests/text-decoration/underline-table-cell-quirks-notref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/underline-table-cell-quirks-notref.html b/layout/reftests/text-decoration/underline-table-cell-quirks-notref.html
new file mode 100644
index 0000000000..0d77eb061d
--- /dev/null
+++ b/layout/reftests/text-decoration/underline-table-cell-quirks-notref.html
@@ -0,0 +1,11 @@
+<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>