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

Side by Side Diff: LayoutTests/fast/events/dropzone-001.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <style> 4 <style>
5 #dropTarget, #dragMe { text-align: center; display: table-cell; vertical-align: middle } 5 #dropTarget, #dragMe { text-align: center; display: table-cell; vertical-align: middle }
6 #dropTarget {width: 256px; height: 256px; border: 1px dashed} 6 #dropTarget {width: 256px; height: 256px; border: 1px dashed}
7 #dragMe {-webkit-user-drag: element; -webkit-user-select: none; background: #ff0 000; width: 64px; height: 64px; color: white} 7 #dragMe {-webkit-user-drag: element; -webkit-user-select: none; background: #ff0 000; width: 64px; height: 64px; color: white}
8 </style> 8 </style>
9 <script> 9 <script>
10 var dragMe; 10 var dragMe;
11 var dropTarget; 11 var dropTarget;
12 var effectAllowedElem; 12 var effectAllowedElem;
13 var dropEffectElem; 13 var dropEffectElem;
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <div id="dragMe" draggable="true">Square</div> 121 <div id="dragMe" draggable="true">Square</div>
122 <hr/> 122 <hr/>
123 </div> 123 </div>
124 <div id="console"></div> 124 <div id="console"></div>
125 <script> 125 <script>
126 description("This test checks that drag-and-drop support works and conforms to t he HTML 5 specification.<br/>" + 126 description("This test checks that drag-and-drop support works and conforms to t he HTML 5 specification.<br/>" +
127 "For each effectAllowed, iterates through the possible dropEffects: none, co py, move, link, dummy."); 127 "For each effectAllowed, iterates through the possible dropEffects: none, co py, move, link, dummy.");
128 </script> 128 </script>
129 </body> 129 </body>
130 </html> 130 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/drag-dataTransferItemList-file-handling.html ('k') | LayoutTests/fast/events/dropzone-002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698