comparison: layout/reftests/text-decoration/underline-table-caption-standards-notref.html
layout/reftests/text-decoration/underline-table-caption-standards-notref.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <title>text-decoration: underline test</title> |
|
3 <table border> |
|
4 <caption>This is the table caption</caption> |
|
5 <tr> |
|
6 <td>Row 1, Cell 1</td> |
|
7 <td>Row 1, Cell 2</td> |
|
8 </tr> |
|
9 <tr> |
|
10 <td>Row 2, Cell 1</td> |
|
11 <td>Row 2, Cell 2</td> |
|
12 </tr> |
|
13 </table> |