Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / backgrounds / root-background-with-page-scaled-out.html
1 <!DOCTYPE html>
2 <html style="position:absolute; left:100px; top:100px; width:100px; height:100px; background:green;">
3 <head>
4 <script>
5 // This test ensures we paint the entirety of the root background even when zooming page out
6 if (window.eventSender)
7     eventSender.setPageScaleFactor(0.5, 0, 0);
8 </script>
9 </head>
10 <body>
11 </body>