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

Side by Side Diff: LayoutTests/fast/dom/Element/getBoundingClientRect.html

Issue 58533003: Move fast/js/resources files to resources. (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="../../../resources/js-test.js"></script>
2 <style> 2 <style>
3 body { 3 body {
4 font: 16px Ahem; 4 font: 16px Ahem;
5 } 5 }
6 6
7 #base { 7 #base {
8 width: 300px; 8 width: 300px;
9 height: 100px; 9 height: 100px;
10 } 10 }
11 11
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 163
164 var tests = document.getElementsByClassName("testBox"); 164 var tests = document.getElementsByClassName("testBox");
165 for (var i = 0; i < tests.length; ++i) 165 for (var i = 0; i < tests.length; ++i)
166 test(i + 1, tests[i]); 166 test(i + 1, tests[i]);
167 167
168 if (window.testRunner) { 168 if (window.testRunner) {
169 var area = document.getElementById('testArea'); 169 var area = document.getElementById('testArea');
170 area.parentNode.removeChild(area); 170 area.parentNode.removeChild(area);
171 } 171 }
172 </script> 172 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698