OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../../resources/js-test.js"></script> |
4 <script> | 4 <script> |
5 var givenScrollTop = 0; | 5 var givenScrollTop = 0; |
6 var givenScrollLeft = 2; | 6 var givenScrollLeft = 2; |
7 var expectedScrollTop = 0; | 7 var expectedScrollTop = 0; |
8 var expectedScrollLeft = 322; | 8 var expectedScrollLeft = 322; |
9 var event; | 9 var event; |
10 var div; | 10 var div; |
11 | 11 |
12 if (window.testRunner) | 12 if (window.testRunner) |
13 testRunner.waitUntilDone(); | 13 testRunner.waitUntilDone(); |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 <div style="background-color:green;height:300px;width:300px;positi
on:relative;left:300px;top:-300px"></div> | 61 <div style="background-color:green;height:300px;width:300px;positi
on:relative;left:300px;top:-300px"></div> |
62 </div> | 62 </div> |
63 <div style="height:300px;width:600px"> | 63 <div style="height:300px;width:600px"> |
64 <div style="background-color:blue;height:300px;width:300px;positio
n:relative;left:0px;top:0px"></div> | 64 <div style="background-color:blue;height:300px;width:300px;positio
n:relative;left:0px;top:0px"></div> |
65 <div style="background-color:yellow;height:300px;width:300px;posit
ion:relative;left:300px;top:-300px"></div> | 65 <div style="background-color:yellow;height:300px;width:300px;posit
ion:relative;left:300px;top:-300px"></div> |
66 </div> | 66 </div> |
67 </div> | 67 </div> |
68 <div id="console"></div> | 68 <div id="console"></div> |
69 </body> | 69 </body> |
70 </html> | 70 </html> |
OLD | NEW |