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

Side by Side Diff: LayoutTests/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.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 .test { 3 .test {
4 width: 100px; 4 width: 100px;
5 font-family: "Ahem"; 5 font-family: "Ahem";
6 } 6 }
7 .pusher { 7 .pusher {
8 width: 4000px; 8 width: 4000px;
9 height: 1000px; 9 height: 1000px;
10 outline: 1px solid black; 10 outline: 1px solid black;
11 } 11 }
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 testsWithBaseline(bottomBaseline, elementBottom.firstChild); 87 testsWithBaseline(bottomBaseline, elementBottom.firstChild);
88 88
89 eventSender.zoomPageOut(); 89 eventSender.zoomPageOut();
90 testsWithBaseline(topBaseline, elementTop.firstChild); 90 testsWithBaseline(topBaseline, elementTop.firstChild);
91 91
92 if (window.testRunner) { 92 if (window.testRunner) {
93 var area = document.getElementById('testArea'); 93 var area = document.getElementById('testArea');
94 area.parentNode.removeChild(area); 94 area.parentNode.removeChild(area);
95 } 95 }
96 </script> 96 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698