2 Test for
<i><a href=
"rdar://problem/7050773">rdar://problem/
7050773</a>
3 Crash at WebCore::LayoutBlockFlow::layoutBlock()
</i>.
6 The test passes if it does not crash or cause an assertion failure.
8 <textarea rows=
"5" id=
"container">
19 var container
= document
.getElementById("container");
21 container
.scrollTop
= 200;
22 document
.body
.offsetTop
;
24 container
.rows
= "20";
26 if (window
.testRunner
) {
27 testRunner
.dumpAsText();
29 accessibilityController
.focusedElement
;