Index: content/test/data/frame_tree/page_with_two_frames.html |
diff --git a/content/test/data/frame_tree/page_with_two_frames.html b/content/test/data/frame_tree/page_with_two_frames.html |
index 3313ce4757fbfa6ddff0b587b3c44d87f4362053..c6323ad33463fec8adc5ac32352d500cda2d616c 100644 |
--- a/content/test/data/frame_tree/page_with_two_frames.html |
+++ b/content/test/data/frame_tree/page_with_two_frames.html |
@@ -3,8 +3,8 @@ |
</head> |
<body> |
This page has two iframes: one is cross-site, the other is same-site. |
- <iframe src="/cross-site/bar.com/title1.html"></iframe> |
- <iframe src="../title1.html"></iframe> |
+ <iframe name="frame1" src="/cross-site/bar.com/title1.html"></iframe> |
+ <iframe name="frame2" src="../title1.html"></iframe> |
</body> |
</html> |