| OLD | NEW |
| 1 | 1 |
| 2 <script src="../../js/resources/js-test-pre.js"></script> | 2 <script src="../../js/resources/js-test-pre.js"></script> |
| 3 <style> | 3 <style> |
| 4 #pusher { | 4 #pusher { |
| 5 width: 1000px; | 5 width: 1000px; |
| 6 height: 1000px; | 6 height: 1000px; |
| 7 outline: 1px solid black; | 7 outline: 1px solid black; |
| 8 } | 8 } |
| 9 </style> | 9 </style> |
| 10 <div id="console"></div> | 10 <div id="console"></div> |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 shouldBe("unScrolledBoundingBox.top - scrolledDownBoundingBox.top", "50"); | 43 shouldBe("unScrolledBoundingBox.top - scrolledDownBoundingBox.top", "50"); |
| 44 shouldBe("unScrolledBoundingBoxes[0].top - scrolledDownBoundingBoxes[0].top"
, "50"); | 44 shouldBe("unScrolledBoundingBoxes[0].top - scrolledDownBoundingBoxes[0].top"
, "50"); |
| 45 shouldBe("unScrolledBoundingBox.left - scrolledRightBoundingBox.left", "50")
; | 45 shouldBe("unScrolledBoundingBox.left - scrolledRightBoundingBox.left", "50")
; |
| 46 shouldBe("unScrolledBoundingBoxes[0].left - scrolledRightBoundingBoxes[0].le
ft", "50"); | 46 shouldBe("unScrolledBoundingBoxes[0].left - scrolledRightBoundingBoxes[0].le
ft", "50"); |
| 47 | 47 |
| 48 if (window.testRunner) { | 48 if (window.testRunner) { |
| 49 var area = document.getElementById('testArea'); | 49 var area = document.getElementById('testArea'); |
| 50 area.parentNode.removeChild(area); | 50 area.parentNode.removeChild(area); |
| 51 } | 51 } |
| 52 </script> | 52 </script> |
| 53 <script src="../../js/resources/js-test-post.js"></script> | |
| OLD | NEW |