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