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

Unified Diff: chrome/test/data/autofill/cross_origin_iframe.html

Issue 2762233004: Fix autofill popup controller key press callback registration (Closed)
Patch Set: Handle null RenderWidgetHostView gracefully Created 3 years, 9 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
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>
+

Powered by Google App Engine
This is Rietveld 408576698