2 <script src=
"resources/text-based-repaint.js"></script>
15 background-color: green;
21 function repaintTest()
23 document
.getElementById("test").style
['margin-top'] = '20px';
25 window
.onload
= runRepaintTest
;
30 Tests the repainting of fixed element when margin-top changes.