Chromium Code Reviews| Index: content/test/data/coreferencingframe_2.html |
| diff --git a/content/test/data/coreferencingframe_2.html b/content/test/data/coreferencingframe_2.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..86222f5ad61a80c8b6b2b9d5c2f0df4dd47ebffc |
| --- /dev/null |
| +++ b/content/test/data/coreferencingframe_2.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + B - This page has co-referencing nested iframes. Or does it? |
|
alexmos
2017/01/19 23:45:54
"Or does it?" - yeah, it does :)
davidsac (gone - try alexmos)
2017/01/24 01:16:39
Done.
davidsac (gone - try alexmos)
2017/01/24 01:16:39
Whoops! I fixed this a while back on one, but not
|
| + <iframe id="child-0" src="/cross-site/a.com/coreferencingframe_1.html"></iframe> |
| +</body> |
| +</html> |