4 <link rel=
"stylesheet" href=
"resources/default.css">
26 background-color: red;
30 background-color: green;
34 if (window
.testRunner
) {
35 testRunner
.dumpAsTextWithPixelResults();
36 testRunner
.waitUntilDone();
39 function repaintTest()
41 window
.location
.hash
= "#ucp";
42 if (window
.testRunner
)
43 testRunner
.notifyDone();
48 document
.getElementById("outer").scrollTop
= 1000;
49 setTimeout(repaintTest
, 0);
51 window
.addEventListener("load", runTest
, false);
55 <!-- Bug 71550 - REGRESSION (r93614): Content remains despite parent element being scrolled off page using javascript. -->
56 <!-- For the test to pass you should not see any RED, only green -->
59 <div class=
"innerWrapper">
60 <div class=
"red"></div>
61 <table id=
"ucp" class=
"green"><td style=
"height: 190px"></td></table>