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

Side by Side Diff: LayoutTests/fast/dom/Element/getClientRects.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 #base { 3 #base {
4 width: 300px; 4 width: 300px;
5 height: 100px; 5 height: 100px;
6 } 6 }
7 7
8 #border { 8 #border {
9 border: 10px solid #999; 9 border: 10px solid #999;
10 width: 300px; 10 width: 300px;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 156
157 var tests = document.getElementsByClassName("testBox"); 157 var tests = document.getElementsByClassName("testBox");
158 for (var i = 0; i < tests.length; ++i) 158 for (var i = 0; i < tests.length; ++i)
159 test(i + 1, tests[i]); 159 test(i + 1, tests[i]);
160 160
161 if (window.testRunner) { 161 if (window.testRunner) {
162 var area = document.getElementById('testArea'); 162 var area = document.getElementById('testArea');
163 area.parentNode.removeChild(area); 163 area.parentNode.removeChild(area);
164 } 164 }
165 </script> 165 </script>
166 <script src="../../js/resources/js-test-post.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698