Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / view-background-from-body-1.html
1 <head>
2     <!-- The entire viewport should be white, with no red margin. -->
3     <script src="resources/repaint.js" type="text/javascript"></script>
4     <script type="text/javascript">
5        function repaintTest()
6        {
7             document.body.style.display = "none";
8        }
9     </script>
10 </head>
11 <body onload="runRepaintTest();" style="margin: 50px; background-color: red;">
12 </body>