14 <div id=id1
style=
"height:1000px"></div>
17 <caption id=id5
style=
"-webkit-appearance: sliderthumb-vertical"></caption>
18 <div class=
"pre"><span id=id3
class=
"normal">
19 This test passes if it does not CRASH.
<span id=id4
></span></span></div>
25 document
.documentElement
.offsetTop
;
26 id1
.parentElement
.removeChild(id1
);
27 document
.documentElement
.offsetTop
;
29 // Tests a case where an inline element that sets white-space:normal nested
30 // in a block that sets white-space:pre works correctly when there is a
31 // line break at the start of the inline element.
32 if (window
.testRunner
)
33 testRunner
.dumpAsText();