tenfourfox/layout/reftests/invalidation/table-repaint-d-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
236 B
HTML

<!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>