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

Side by Side Diff: LayoutTests/fast/events/clientXY-in-zoom-and-scroll.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 #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">
11 <div id="pusher">This box is here to create scrollbars.</div> 11 <div id="pusher">This box is here to create scrollbars.</div>
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 scrollPage(0, 0); 110 scrollPage(0, 0);
111 window.removeEventListener("click", zoomedAndScrolled, false); 111 window.removeEventListener("click", zoomedAndScrolled, false);
112 112
113 if (window.testRunner) { 113 if (window.testRunner) {
114 var area = document.getElementById('testArea'); 114 var area = document.getElementById('testArea');
115 area.parentNode.removeChild(area); 115 area.parentNode.removeChild(area);
116 116
117 testRunner.notifyDone(); 117 testRunner.notifyDone();
118 } 118 }
119 </script> 119 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/click-focus-anchor.html ('k') | LayoutTests/fast/events/clipboard-clearData.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698