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

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

mercurial