4 window
.scrollTo(0, 400);
7 <body style=
"height: 2000px">
8 Tests paint invalidation of contents of fixed-position iframe in another iframe after main frame is scrolled.
9 Passes if there is a
100x100 green rectangle and no red in the inner-most iframe.
10 <iframe style=
"position: absolute; top: 500px; left: 0" srcdoc=
"
11 <iframe style='position: fixed; top: 10px; left: 10px; width: 150px; height: 150px'
12 srcdoc='<div id="div" style="width: 100px; height: 100px; background-color: green"></div>'></iframe>">