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

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

Issue 19705013: [password autofill] Remove references to PasswordForm from RenderViewImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/test/data/password/done.html ('k') | chrome/test/data/password/password_form.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/password/multi_frames.html
diff --git a/chrome/test/data/password/multi_frames.html b/chrome/test/data/password/multi_frames.html
new file mode 100644
index 0000000000000000000000000000000000000000..1a569dab739cff8e390eb37c4b129d8042bc4222
--- /dev/null
+++ b/chrome/test/data/password/multi_frames.html
@@ -0,0 +1,10 @@
+<html>
+<body>
+
+<iframe src="password_form.html" id="first_frame" name="first_frame">
+</iframe>
+<iframe src="password_form.html" id="second_frame" name="second_frame">
+</iframe>
+
+</body>
+</html>
« no previous file with comments | « chrome/test/data/password/done.html ('k') | chrome/test/data/password/password_form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698