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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/autofill/cross_origin_iframe.html
diff --git a/chrome/test/data/autofill/cross_origin_iframe.html b/chrome/test/data/autofill/cross_origin_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..dfd8b2799939c7fd0d4742c424087ead6086e74d
--- /dev/null
+++ b/chrome/test/data/autofill/cross_origin_iframe.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!-- Site including a form in a cross-origin iframe. -->
+<html>
+ <head>
+ <title>Simple cross-site iframe</title>
+ </head>
+ <body>
+ <iframe id="crossFrame" name="crossFrame" width=500 height=300></iframe>
+ </body>
+</html>
+
« 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