2 Test that an incremental layout of a block with line-clamp truncation does not trigger a crash.
4 <div style=
"-webkit-box-orient: vertical; -webkit-line-clamp: 5; display: -webkit-box;">
21 <span id=
"target">Running
</span>
28 var placeholder
= document
.getElementById("target");
29 placeholder
.parentNode
.removeChild(placeholder
);
32 if (window
.testRunner
)
33 testRunner
.dumpAsText();
35 document
.body
.offsetTop
;
37 document
.body
.offsetTop
;