Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / view-background-from-body-2.html
blob0ca22898601b43815fcdfa3fb5482e663b6669d7
1 <head>
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">
5 function repaintTest()
7 document.body.style.removeProperty("display");
9 </script>
10 </head>
11 <body onload="runRepaintTest();" style="margin: 50px; background-color: blue; display: none;">
12 </body>