summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-anonymous-boxes/372641-1c.xhtml
blob: b1a117334266221b96d001a13602b5f95b4090e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>

<body>

<table border="1"><tbody><tr id="tr">XXX<td>TD</td></tr></tbody></table>

<script>
document.body.offsetWidth;
document.getElementById("tr").firstChild.data = '';
</script>

</body>
</html>