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

Side by Side Diff: LayoutTests/fast/events/drag-display-none-element.html

Issue 10763005: Merge 121388 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 5 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/drag-display-none-element-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 <style> 4 <style>
5 #dragme:-webkit-drag 5 #dragme:-webkit-drag
6 { 6 {
7 display: none; 7 display: none;
8 } 8 }
9 </style> 9 </style>
10 <script> 10 <script>
(...skipping 19 matching lines...) Expand all
30 eventSender.mouseUp(); 30 eventSender.mouseUp();
31 } 31 }
32 window.addEventListener('load', runTest); 32 window.addEventListener('load', runTest);
33 </script> 33 </script>
34 </head> 34 </head>
35 <body> 35 <body>
36 <div id="dragme" draggable="true">To test, try dragging this div around. It shou ldn't crash, and PASS should appear below when you end the drag.</div> 36 <div id="dragme" draggable="true">To test, try dragging this div around. It shou ldn't crash, and PASS should appear below when you end the drag.</div>
37 <div id="console"></div> 37 <div id="console"></div>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/drag-display-none-element-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698