summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-anonymous-boxes/372641-1a.xhtml
blob: 90b747caed8ff64e723000a261b9968b857cfa01 (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" id="table">XXX<tbody><tr><td>TD</td></tr></tbody></table>

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

</body>
</html>