gecko/layout/reftests/invalidation/table-repaint-d-ref.html

15 lines
236 B
HTML
Raw Normal View History

2009-05-17 07:22:55 -07:00
<!DOCTYPE html>
<html>
<title>table-repaint-d-ref</title>
<body>
<table>
<tr>
<td>aaa</td><td>bbb</td>
</tr>
<tr>
<td>longer text: above this, first cell should say 'aaa' while second says 'bbb'.</td>
</tr>
</table>
</body>
</html>