Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: LayoutTests/fast/dom/Range/getBoundingClientRect-getClientRects-relative-to-viewport.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Range/getBoundingClientRect.html ('k') | LayoutTests/fast/dom/Range/getClientRects.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698