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 a4bd921dd22e4d8513bc388ff9b88bb623c21b64..3313ce4757fbfa6ddff0b587b3c44d87f4362053 100644 |
--- a/content/test/data/frame_tree/page_with_two_frames.html |
+++ b/content/test/data/frame_tree/page_with_two_frames.html |
@@ -2,9 +2,9 @@ |
<head> |
</head> |
<body> |
- This page has two iframes without src. |
- <iframe></iframe> |
- <iframe></iframe> |
+ 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> |
</body> |
</html> |