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

Side by Side Diff: LayoutTests/fast/events/resources/menu-key-context-menu-position-frame.html

Issue 766143002: Fix contextmenu event location for menu key in an iframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added description of testcase. Created 6 years 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
OLDNEW
(Empty)
1 <html>
2 <body>
Rick Byers 2015/01/05 18:16:24 nit: you can omit the html/body tags here too.
Deepak 2015/01/06 13:27:02 Done.
3 <form>
4 <input id="ex1" type="reset" value="Reset">
5 <input id="ex2" type="submit" value="Submit">
6 </form>
7 <script>
8 document.addEventListener('contextmenu', parent.onEventInFrame, true);
9 </script>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698