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

Side by Side Diff: LayoutTests/fast/events/input-element-display-none-in-dragleave-crash.html

Issue 9699014: Merge 110226 - NULL renderer possible in WebCore::HTMLInputElement::setCanReceiveDroppedFiles() (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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/input-element-display-none-in-dragleave-crash-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 <head> 3 <head>
4 <script> 4 <script>
5 if (window.layoutTestController) { 5 if (window.layoutTestController) {
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 } 8 }
9 9
10 function test() 10 function test()
(...skipping 14 matching lines...) Expand all
25 if (window.layoutTestController) 25 if (window.layoutTestController)
26 layoutTestController.notifyDone(); 26 layoutTestController.notifyDone();
27 } 27 }
28 </script> 28 </script>
29 </head> 29 </head>
30 <body onload="test()"> 30 <body onload="test()">
31 <p>This test passes if there is no crash when dragging a file over and then away from the file input element below.</p> 31 <p>This test passes if there is no crash when dragging a file over and then away from the file input element below.</p>
32 <input type="file" id="drop-target"> 32 <input type="file" id="drop-target">
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/input-element-display-none-in-dragleave-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698