| 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 .test { | 3 .test { |
| 4 width: 100px; | 4 width: 100px; |
| 5 font-family: "Ahem"; | 5 font-family: "Ahem"; |
| 6 } | 6 } |
| 7 .pusher { | 7 .pusher { |
| 8 width: 4000px; | 8 width: 4000px; |
| 9 height: 1000px; | 9 height: 1000px; |
| 10 outline: 1px solid black; | 10 outline: 1px solid black; |
| 11 } | 11 } |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 testsWithBaseline(bottomBaseline, elementBottom.firstChild); | 87 testsWithBaseline(bottomBaseline, elementBottom.firstChild); |
| 88 | 88 |
| 89 eventSender.zoomPageOut(); | 89 eventSender.zoomPageOut(); |
| 90 testsWithBaseline(topBaseline, elementTop.firstChild); | 90 testsWithBaseline(topBaseline, elementTop.firstChild); |
| 91 | 91 |
| 92 if (window.testRunner) { | 92 if (window.testRunner) { |
| 93 var area = document.getElementById('testArea'); | 93 var area = document.getElementById('testArea'); |
| 94 area.parentNode.removeChild(area); | 94 area.parentNode.removeChild(area); |
| 95 } | 95 } |
| 96 </script> | 96 </script> |
| OLD | NEW |