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

Side by Side Diff: LayoutTests/fast/events/remove-target-with-shadow-in-drag.html

Issue 9385008: Merge 106488 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/remove-target-with-shadow-in-drag-expected.txt » ('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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script> 4 <script>
5 5
6 if (!window.layoutTestController) 6 if (!window.layoutTestController)
7 document.writeln("This crash test needs to be ran inside DumpRenderTree"); 7 document.writeln("This crash test needs to be ran inside DumpRenderTree");
8 8
9 var target; 9 var target;
10 10
(...skipping 24 matching lines...) Expand all
35 target = null; 35 target = null;
36 if (window.GCController) 36 if (window.GCController)
37 GCController.collect(); 37 GCController.collect();
38 } 38 }
39 39
40 </script> 40 </script>
41 <img id="src" src="resources/abe.png" onload="startTest()" draggable="true" ondr ag="trigger();"> 41 <img id="src" src="resources/abe.png" onload="startTest()" draggable="true" ondr ag="trigger();">
42 <textarea id="target" style="width: 500px; height: 500px;">Dropzone</textarea> 42 <textarea id="target" style="width: 500px; height: 500px;">Dropzone</textarea>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/remove-target-with-shadow-in-drag-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698