12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
17 var overflowDiv
= document
.getElementById("overflow");
18 overflowDiv
.scrollTop
= 100;
19 overflowDiv
.innerHTML
= "PASSED: The test did not crash!";
21 window
.addEventListener("load", testScroll
, false);
25 <div><a href=
"https://bugs.webkit.org/show_bug.cgi?id=83728">bug
83728</a>: Reduce the use of Layer outside of the rendering code
</div>
26 <div>This test passes if you see PASSED below.
</div>
27 <div id=
"overflow">FAILED
</div>