layout/reftests/table-anonymous-boxes/372641-1a.xhtml

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:9fdac03c4e4c
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 </head>
4
5 <body>
6
7 <table border="1" id="table">XXX<tbody><tr><td>TD</td></tr></tbody></table>
8
9 <script>
10 document.body.offsetWidth;
11 document.getElementById("table").firstChild.data = '';
12 </script>
13
14 </body>
15 </html>

mercurial