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

Side by Side Diff: LayoutTests/fast/events/drag-and-drop-autoscroll.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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 #draggable { 4 #draggable {
5 padding: 5pt; 5 padding: 5pt;
6 border: 3px solid #00cc00; 6 border: 3px solid #00cc00;
7 background: #00cccc; 7 background: #00cccc;
8 width: 80px; 8 width: 80px;
9 cursor: hand; 9 cursor: hand;
10 } 10 }
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 </head> 110 </head>
111 <body> 111 <body>
112 For manual testing, drag and drop "Drop Me" to "Scrollable" area. 112 For manual testing, drag and drop "Drop Me" to "Scrollable" area.
113 <div id="container"> 113 <div id="container">
114 <div id="draggable" draggable="true">Drop Me</div> 114 <div id="draggable" draggable="true">Drop Me</div>
115 Scrollable 115 Scrollable
116 <div id="scrollable"> 116 <div id="scrollable">
117 </div> 117 </div>
118 </div> 118 </div>
119 <div id="console"></div> 119 <div id="console"></div>
120 <script src="../js/resources/js-test-pre.js"></script> 120 <script src="../../resources/js-test.js"></script>
121 <script> 121 <script>
122 description('Check autoscroll by drag-and-drop'); 122 description('Check autoscroll by drag-and-drop');
123 setUpTest(); 123 setUpTest();
124 </script> 124 </script>
125 </body> 125 </body>
126 </html> 126 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698