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

Side by Side Diff: LayoutTests/fast/events/drag-dataTransferItemList.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <style> 5 <style>
6 #drag { 6 #drag {
7 border: 1px solid black; 7 border: 1px solid black;
8 height: 200px; 8 height: 200px;
9 width: 200px; 9 width: 200px;
10 } 10 }
11 #drop { 11 #drop {
12 border: 1px solid black; 12 border: 1px solid black;
13 height: 200px; 13 height: 200px;
14 width: 200px; 14 width: 200px;
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 <div>Drop handler: <select id="dropMethod"><option>Legacy</option><option>DataTr ansferItemList</option></select></div> 184 <div>Drop handler: <select id="dropMethod"><option>Legacy</option><option>DataTr ansferItemList</option></select></div>
185 <div id="console"></div> 185 <div id="console"></div>
186 <script> 186 <script>
187 description("Tests drag'n drop and well as DataTransferItemList"); 187 description("Tests drag'n drop and well as DataTransferItemList");
188 window.jsTestIsAsync = true; 188 window.jsTestIsAsync = true;
189 189
190 runNext(); 190 runNext();
191 </script> 191 </script>
192 </body> 192 </body>
193 </html> 193 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698