Chromium Code Reviews| Index: content/test/data/accessibility/table-th-rowheader.html |
| diff --git a/content/test/data/accessibility/table-simple.html b/content/test/data/accessibility/table-th-rowheader.html |
| similarity index 67% |
| copy from content/test/data/accessibility/table-simple.html |
| copy to content/test/data/accessibility/table-th-rowheader.html |
| index 72e2b4df98d3c12d425f1572e419634744bc986e..1c3eb3825c077c4f3c567fbe9e0b3c0af013b88e 100644 |
| --- a/content/test/data/accessibility/table-simple.html |
| +++ b/content/test/data/accessibility/table-th-rowheader.html |
| @@ -12,16 +12,12 @@ |
| <table border=1> |
| <tr> |
| - <th>Pair</th> |
| - <th>Single</th> |
| + <th>Firstname</th> |
| + <td>Jill</td> |
| </tr> |
| <tr> |
| - <td>AB</td> |
| - <td>B</td> |
| - </tr> |
| - <tr> |
| - <td>CD</td> |
| - <td>D</td> |
| + <th>Lastname</th> |
| + <td>Smith</td> |
| </tr> |
| </table> |