4 <link rel=
"stylesheet" href=
"resources/default.css">
26 background-color: red;
30 background-color: green;
33 <script src=
"resources/text-based-repaint.js"></script>
35 function repaintTest()
37 window
.location
.hash
= "#ucp";
42 document
.getElementById("outer").scrollTop
= 1000;
47 <body onload=
"runTest()">
48 <!-- Bug 71550 - REGRESSION (r93614): Content remains despite parent element being scrolled off page using javascript. -->
49 <!-- For the test to pass you should not see any RED, only green -->
52 <div class=
"innerWrapper">
53 <div class=
"red"></div>
54 <div id=
"ucp" class=
"green"></div>