Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / root-background-with-page-scaled-out.html
blobbb1e71d87097448c571813984cecbd5a5a021046
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.internals)
7 internals.setPageScaleFactor(0.5);
8 </script>
9 </head>
10 <body>
11 </body>