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..42bae79ceb187e28c884438c33b69908c8f0fa26 |
| --- /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. |
| + <iframe id="child-0" src="/cross-site/a.com/coreferencingframe_1.html"></iframe> |
| +</body> |
| +</html> |