Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / background-scaling.html
1 <html style="background-color: green;">
2 <head> 
3 <script src="resources/repaint.js" type="text/javascript" charset="utf-8"></script> 
4 <script type="text/javascript"> 
5     function repaintTest()
6     {
7         if (window.eventSender)
8             window.eventSender.setPageScaleFactor(0.25, 0, 0);
9     }
10 </script> 
11 </head> 
12 <body style="margin:0;" onload="runRepaintTest();">
13   <div style="background-color: green; width: 100%; height: 100px;"></div>
14 </body>
15 </html>