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

Side by Side Diff: LayoutTests/fast/dom/Element/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 <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
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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Element/getBoundingClientRect.html ('k') | LayoutTests/fast/dom/Element/getClientRects.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698