| <link rel="stylesheet" href="resources/default.css"> |
| testRunner.dumpAsText(true); |
| testRunner.waitUntilDone(); |
| window.location.hash = "#ucp"; |
| function runRepaintTest() |
| document.getElementById("outer").scrollTop = 1000; |
| testRunner.displayAndTrackRepaints(); |
| setTimeout(repaintTest, 0); |
| window.addEventListener("load", runRepaintTest, false); |
| <!-- Bug 71550 - REGRESSION (r93614): Content remains despite parent element being scrolled off page using javascript. --> |
| <!-- For the test to pass you should not see any RED, only green --> |
| <div class="innerWrapper"> |
| <div id="ucp" class="green"></div> |