Chromium Code Reviews| Index: content/test/data/coreferencingframe_1.html |
| diff --git a/content/test/data/coreferencingframe_1.html b/content/test/data/coreferencingframe_1.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a780ba363771c6f2854ea2bf2b258a59bad7a2ca |
| --- /dev/null |
| +++ b/content/test/data/coreferencingframe_1.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + A - This page has co-referencing nested iframes. Or does it? |
|
alexmos
2016/12/28 00:25:59
nit: "Or does it?" not needed :)
davidsac (gone - try alexmos)
2017/01/06 00:44:58
Done.
|
| + <iframe id="child-0" src="/cross-site/b.com/coreferencingframe_2.html"></iframe> |
| +</body> |
| +</html> |