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

Unified Diff: chrome/test/data/password/password_form_in_same_origin_iframe.html

Issue 1159513002: Allow autofill in iframe inside page of same origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove PasswordAutofillAgentTest.IframeNoFillTest Created 5 years, 7 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/password/password_form_in_same_origin_iframe.html
diff --git a/chrome/test/data/password/password_form_in_same_origin_iframe.html b/chrome/test/data/password/password_form_in_same_origin_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..e12f04509538f6603e870a4456d6ee68b59b5ba5
--- /dev/null
+++ b/chrome/test/data/password/password_form_in_same_origin_iframe.html
@@ -0,0 +1,8 @@
+<html>
+<body>
+
+<iframe src="password_form.html" id="iframe" name="iframe">
+</iframe>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698