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

Side by Side Diff: LayoutTests/fast/events/dropzone-005.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
« no previous file with comments | « LayoutTests/fast/events/dropzone-003.html ('k') | LayoutTests/fast/events/event-attribute.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dropEffectElem; 12 var dropEffectElem;
13 var consoleElm; 13 var consoleElm;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 <p>Items that can be dragged to the drop target:</p> 94 <p>Items that can be dragged to the drop target:</p>
95 <img id="dragMe" src="resources/greenbox.png"> 95 <img id="dragMe" src="resources/greenbox.png">
96 <hr/> 96 <hr/>
97 </div> 97 </div>
98 <div id="console"></div> 98 <div id="console"></div>
99 <script> 99 <script>
100 description("This test checks that dragging an image on to a drop zone doesn't m atch string:url.<br/>"); 100 description("This test checks that dragging an image on to a drop zone doesn't m atch string:url.<br/>");
101 </script> 101 </script>
102 </body> 102 </body>
103 </html> 103 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/dropzone-003.html ('k') | LayoutTests/fast/events/event-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698