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

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

Issue 1084063002: [Password Generation] Fix bug where generation would never trigger on iframes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled Created 5 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
Index: chrome/test/data/password/framed_signup_form.html
diff --git a/chrome/test/data/password/framed_signup_form.html b/chrome/test/data/password/framed_signup_form.html
new file mode 100644
index 0000000000000000000000000000000000000000..a8dd6b5f5ecbf45fbe5347338b7a62c060792a91
--- /dev/null
+++ b/chrome/test/data/password/framed_signup_form.html
@@ -0,0 +1,8 @@
+<html>
+<body>
+
+<iframe src="signup_form.html" id="signup_iframe" name="signup_iframe">
+</iframe>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698