OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 ::-webkit-scrollbar { | 4 ::-webkit-scrollbar { |
5 width: 0px; | 5 width: 0px; |
6 height: 0px; | 6 height: 0px; |
7 } | 7 } |
8 </style> | 8 </style> |
9 <script src="../../resources/js-test.js"></script> | 9 <script src="../../fast/../resources/js-test.js"></script> |
10 <script> | 10 <script> |
11 window.enablePixelTesting = true; | 11 window.enablePixelTesting = true; |
12 | 12 |
13 function scroll() { | 13 function scroll() { |
14 // Scrolls so that unscaled content is out of view | 14 // Scrolls so that unscaled content is out of view |
15 window.scrollTo(100,100); | 15 window.scrollTo(100,100); |
16 } | 16 } |
17 | 17 |
18 function applyScaleFactor() { | 18 function applyScaleFactor() { |
19 var scaleFactor = 2.0; | 19 var scaleFactor = 2.0; |
(...skipping 28 matching lines...) Expand all Loading... |
48 <div style="float:left; width:100px; height:100px; background:blue;"></d
iv> | 48 <div style="float:left; width:100px; height:100px; background:blue;"></d
iv> |
49 <div style="float:left; width:100px; height:100px; background:yellow;"><
/div> | 49 <div style="float:left; width:100px; height:100px; background:yellow;"><
/div> |
50 | 50 |
51 <div style="float:left; width:100px; height:100px; background:blue;"></d
iv> | 51 <div style="float:left; width:100px; height:100px; background:blue;"></d
iv> |
52 <div style="float:left; width:100px; height:100px; background:yellow;"><
/div> | 52 <div style="float:left; width:100px; height:100px; background:yellow;"><
/div> |
53 <div style="float:left; width:100px; height:100px; background:green;"></
div> | 53 <div style="float:left; width:100px; height:100px; background:green;"></
div> |
54 </div> | 54 </div> |
55 <div id="console"></div> | 55 <div id="console"></div> |
56 </body> | 56 </body> |
57 </html> | 57 </html> |
OLD | NEW |