summaryrefslogtreecommitdiffstats
path: root/layout/reftests/invalidation/table-repaint-d-ref.html
blob: 917c73427d4f0bcec807f7ab4afc25829fea40e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>