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

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

mercurial