diff options
Diffstat (limited to 'layout/reftests/text-decoration/underline-table-caption-quirks-ref.html')
-rw-r--r-- | layout/reftests/text-decoration/underline-table-caption-quirks-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/underline-table-caption-quirks-ref.html b/layout/reftests/text-decoration/underline-table-caption-quirks-ref.html new file mode 100644 index 0000000000..926acf820a --- /dev/null +++ b/layout/reftests/text-decoration/underline-table-caption-quirks-ref.html @@ -0,0 +1,12 @@ +<title>text-decoration: underline test</title> +<table border> + <caption><span style="text-decoration: underline">This is the table caption</span></caption> + <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> |