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> |