| <title>QuickStart</title> |
| document.getElementById('lessons').scrollTop = 10000; |
| document.getElementById('toHide').style.display='none'; |
| <body onload="runTest();"> |
| <div class="lessonChapters" id="lessons"> |
| <div class="lessonChapter" id="toHide"> |
| Manual repro: scroll down and click on <b>Next step</b> |
| <div id="hint"> </div> |
| <a href="#" class="nextStepButton" onclick="document.getElementById('toHide').style.display='none'">Next step</a> |
| <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> |