4 <link rel=
"stylesheet" href=
"../../../fast/repaint/resources/default.css">
26 background-color: red;
30 background-color: green;
36 document
.getElementById("outer").scrollTop
= 1000;
40 <body onload=
"runTest()">
41 <!-- Bug 71550 - REGRESSION (r93614): Content remains despite parent element being scrolled off page using javascript. -->
42 <!-- For the test to pass you should not see any RED, only green -->
45 <div class=
"innerWrapper">
46 <div id=
"ucp" class=
"green"></div>