5 <style type=
"text/css" media=
"screen">
13 background-color: green;
19 <script type=
"text/javascript">
20 function setupTest() {
21 window
.scrollBy(0, 50);
23 window
.addEventListener('load', setupTest
, false);
29 https://bugs.webkit.org/show_bug.cgi?id=36686
30 Test repainting of a fixed-position element with a transform.
31 The box should be entirely green.