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

Side by Side Diff: LayoutTests/plugins/drag-events.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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> 3 <style>
4 #plugin { 4 #plugin {
5 width: 150px; 5 width: 150px;
6 height: 150px; 6 height: 150px;
7 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 } else { 49 } else {
50 testRunner.dumpAsText(); 50 testRunner.dumpAsText();
51 dragOverPlugin(plugin_drag); 51 dragOverPlugin(plugin_drag);
52 dragOverPlugin(plugin_editable); 52 dragOverPlugin(plugin_editable);
53 dragOverPlugin(plugin); 53 dragOverPlugin(plugin);
54 } 54 }
55 } 55 }
56 </script> 56 </script>
57 </body> 57 </body>
58 </html> 58 </html>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/call-as-function-expected.txt ('k') | LayoutTests/plugins/drag-events-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698