| OLD | NEW |
| 1 <script src="../js/resources/js-test-pre.js"></script> | 1 <script src="../../resources/js-test.js"></script> |
| 2 <style> | 2 <style> |
| 3 #pusher { | 3 #pusher { |
| 4 width: 1000px; | 4 width: 1000px; |
| 5 height: 1000px; | 5 height: 1000px; |
| 6 outline: 1px solid black; | 6 outline: 1px solid black; |
| 7 } | 7 } |
| 8 </style> | 8 </style> |
| 9 <div id="console"></div> | 9 <div id="console"></div> |
| 10 <div id="testArea"> | 10 <div id="testArea"> |
| 11 <div id="pusher">This box is here to create scrollbars.</div> | 11 <div id="pusher">This box is here to create scrollbars.</div> |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 scrollPage(0, 0); | 110 scrollPage(0, 0); |
| 111 window.removeEventListener("click", zoomedAndScrolled, false); | 111 window.removeEventListener("click", zoomedAndScrolled, false); |
| 112 | 112 |
| 113 if (window.testRunner) { | 113 if (window.testRunner) { |
| 114 var area = document.getElementById('testArea'); | 114 var area = document.getElementById('testArea'); |
| 115 area.parentNode.removeChild(area); | 115 area.parentNode.removeChild(area); |
| 116 | 116 |
| 117 testRunner.notifyDone(); | 117 testRunner.notifyDone(); |
| 118 } | 118 } |
| 119 </script> | 119 </script> |
| OLD | NEW |