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

Side by Side Diff: LayoutTests/fast/events/popup-allowed-from-gesture-only-once-iframes.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <p> 4 <p>
5 Test that we don't create a new user gesture indicator every time 5 Test that we don't create a new user gesture indicator every time
6 an event is passed to an iframe. 6 an event is passed to an iframe.
7 </p> 7 </p>
8 <p> 8 <p>
9 To run, click on the iframe. The test passes, if only one window 9 To run, click on the iframe. The test passes, if only one window
10 is opened in response to the click. 10 is opened in response to the click.
(...skipping 26 matching lines...) Expand all
37 37
38 if (window.eventSender) { 38 if (window.eventSender) {
39 eventSender.mouseMoveTo(frame.offsetLeft + frame.offsetWidth / 2, frame.offsetTop + frame.offsetHeight / 2); 39 eventSender.mouseMoveTo(frame.offsetLeft + frame.offsetWidth / 2, frame.offsetTop + frame.offsetHeight / 2);
40 eventSender.mouseDown(); 40 eventSender.mouseDown();
41 eventSender.mouseUp(); 41 eventSender.mouseUp();
42 } 42 }
43 } 43 }
44 </script> 44 </script>
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698