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

Side by Side Diff: LayoutTests/fast/events/popup-blocked-from-mousemove.html

Issue 7051008: Merge 85977 - 2011-05-06 Justin Schuh <jschuh@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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/popup-blocked-from-mousemove-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 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.setCanOpenWindows(); 6 layoutTestController.setCanOpenWindows();
7 layoutTestController.setPopupBlockingEnabled(true); 7 layoutTestController.setPopupBlockingEnabled(true);
8 layoutTestController.setCloseRemainingWindowsWhenComplete(true); 8 layoutTestController.setCloseRemainingWindowsWhenComplete(true);
9 layoutTestController.waitUntilDone(); 9 layoutTestController.waitUntilDone();
10 // Record current window count. 10 // Record current window count.
(...skipping 25 matching lines...) Expand all
36 setTimeout(finishTest, 0); 36 setTimeout(finishTest, 0);
37 } 37 }
38 </script> 38 </script>
39 </head> 39 </head>
40 <body onMouseOver=eventfire() onMouseOut=eventfire() onclick="window.open('about :blank','','height=200,width=200')"> 40 <body onMouseOver=eventfire() onMouseOut=eventfire() onclick="window.open('about :blank','','height=200,width=200')">
41 If you observe a popup this test has failed due to a MouseMovement being treated as a user gesture by the popup blocker. 41 If you observe a popup this test has failed due to a MouseMovement being treated as a user gesture by the popup blocker.
42 <div id="console" style='height: 200; width: 200'></div> 42 <div id="console" style='height: 200; width: 200'></div>
43 </body> 43 </body>
44 </html> 44 </html>
45 45
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/popup-blocked-from-mousemove-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698