| OLD | NEW |
| 1 <script src="../../js/resources/js-test-pre.js"></script> | 1 <script src="../../js/resources/js-test-pre.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"> |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 shouldBe("unScrolledBoundingBox.top - scrolledDownBoundingBox.top", "50"); | 41 shouldBe("unScrolledBoundingBox.top - scrolledDownBoundingBox.top", "50"); |
| 42 shouldBe("unScrolledBoundingBoxes[0].top - scrolledDownBoundingBoxes[0].top"
, "50"); | 42 shouldBe("unScrolledBoundingBoxes[0].top - scrolledDownBoundingBoxes[0].top"
, "50"); |
| 43 shouldBe("unScrolledBoundingBox.left - scrolledRightBoundingBox.left", "50")
; | 43 shouldBe("unScrolledBoundingBox.left - scrolledRightBoundingBox.left", "50")
; |
| 44 shouldBe("unScrolledBoundingBoxes[0].left - scrolledRightBoundingBoxes[0].le
ft", "50"); | 44 shouldBe("unScrolledBoundingBoxes[0].left - scrolledRightBoundingBoxes[0].le
ft", "50"); |
| 45 | 45 |
| 46 if (window.testRunner) { | 46 if (window.testRunner) { |
| 47 var area = document.getElementById('testArea'); | 47 var area = document.getElementById('testArea'); |
| 48 area.parentNode.removeChild(area); | 48 area.parentNode.removeChild(area); |
| 49 } | 49 } |
| 50 </script> | 50 </script> |
| 51 <script src="../../js/resources/js-test-post.js"></script> | |
| OLD | NEW |