2 <p> crbug.com/
511401: Ensure correct treatment of whitespace when div added to a row.
</p>
3 <table style=
"width:700px;" id=
"table">
10 <td id=
"firstcell">Text
</td>
11 <td id=
"secondcell">Text
</td>
14 <div style=
"margin-top: 1px; margin-left: 1px;" id=
"content">Div
</div>
16 document
.body
.offsetTop
;
17 tr
.insertBefore(document
.getElementById("content"), document
.getElementById("secondcell"));