2 <!-- The entire viewport should be solid blue, with no white margin. -->
3 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
4 <script type=
"text/javascript">
7 document
.body
.style
.removeProperty("display");
11 <body onload=
"runRepaintTest();" style=
"margin: 50px; background-color: blue; display: none;">