2 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=15208">http://bugs.webkit.org/show_bug.cgi?id=
15208</a>
3 display:table causes the collapsed text to show at a different position when expanded
</i>.
6 This should say
“Lorem ipsum
”:
8 <div id=
"table" style=
"display: table;">
12 var table
= document
.getElementById("table");
13 table
.insertBefore(document
.createTextNode("Lorem"), table
.firstChild
);