| <head> | |
| <!-- The entire viewport should be solid blue, with no white margin. --> | |
| <script src="resources/repaint.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| function repaintTest() | |
| { | |
| document.body.style.removeProperty("display"); | |
| } | |
| </script> | |
| </head> | |
| <body onload="runRepaintTest();" style="margin: 50px; background-color: blue; display: none;"> | |
| </body> |