OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 div { | 4 div { |
5 background: green; | 5 background: green; |
6 background-repeat: no-repeat; | 6 background-repeat: no-repeat; |
7 background-image: url(../../as-background-image/resources/svg-as-background-wi
th-relative-size.svg); | 7 background-image: url(../../as-background-image/resources/svg-as-background-wi
th-relative-size.svg); |
8 height: 500px; | 8 height: 500px; |
9 width: 500px; | 9 width: 500px; |
10 } | 10 } |
11 </style> | 11 </style> |
12 </head> | 12 </head> |
13 <!-- The background shouldn't be red in a debug build --> | 13 <!-- The background shouldn't be red in a debug build --> |
14 <body style='margin: 0px' onload="runAfterLayoutAndPaint(repaintTest, true);"> | 14 <body style='margin: 0px; zoom: 1.4;'> |
15 <div> </div> | 15 <div> </div> |
16 | |
17 <script>var zoomCount = 3; window.shouldZoomOut = true;</script> | |
18 <script src="../../../resources/run-after-layout-and-paint.js"></script> | |
19 <script src="../resources/testPageZoom.js"></script> | |
20 </body> | 16 </body> |
21 </html> | 17 </html> |
OLD | NEW |