4 <meta charset=
"utf-8"/>
5 <title>QuickStart
</title>
20 document
.getElementById('lessons').scrollTop
= 10000;
21 document
.getElementById('toHide').style
.display
='none';
26 <body onload=
"runTest();">
28 <div class=
"lessonChapters" id=
"lessons">
29 <div class=
"lessonChapter" id=
"toHide">
31 Manual repro: scroll down and click on
<b>Next step
</b>
32 <div id=
"hint"> </div>
33 <a href=
"#" class=
"nextStepButton" onclick=
"document.getElementById('toHide').style.display='none'">Next step
</a>
35 <p>Bug #
74111: This test is to make sure that a scrolled element does not crash the browser when it goes hidden. The test passes if it does not crash.
</p>