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

Side by Side Diff: chrome/test/data/autofill/cross_origin_iframe.html

Issue 2762233004: Fix autofill popup controller key press callback registration (Closed)
Patch Set: Fix typo Created 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!-- Site including a form in a cross-origin iframe. -->
3 <html>
4 <head>
5 <title>Simple cross-site iframe</title>
6 </head>
7 <body>
8 <iframe id="crossFrame" name="crossFrame" width=500 height=300></iframe>
9 </body>
10 </html>
11
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/popup_controller_common.cc ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698