layout/reftests/text-decoration/underline-table-cell-standards-notref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text-decoration/underline-table-cell-standards-notref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>text-decoration: underline test</title>
     1.6 +<table border>
     1.7 +  <tr>
     1.8 +    <td>Row 1, Cell 1</td>
     1.9 +    <td>Row 1, Cell 2</td>
    1.10 +  </tr>
    1.11 +  <tr>
    1.12 +    <td>Row 2, Cell 1</td>
    1.13 +    <td>Row 2, Cell 2</td>
    1.14 +  </tr>
    1.15 +</table>

mercurial