| Index: content/test/data/navigation_controller/inject_into_blank_iframe_with_fragment.html
|
| diff --git a/content/test/data/navigation_controller/inject_into_blank_iframe_with_fragment.html b/content/test/data/navigation_controller/inject_into_blank_iframe_with_fragment.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..77f81e3febe9550c3deb2319c36a4a041fe7bf0c
|
| --- /dev/null
|
| +++ b/content/test/data/navigation_controller/inject_into_blank_iframe_with_fragment.html
|
| @@ -0,0 +1,11 @@
|
| +<html>
|
| +<head></head>
|
| +<body>
|
| + <p>This page injects content into an about:blank/#foo iframe.
|
| + <p><iframe id="frame1" src="about:blank/#foo"></iframe>
|
| + <script>
|
| + var f = document.getElementById("frame1");
|
| + f.contentDocument.body.innerHTML = "Injected text";
|
| + </script>
|
| +</body>
|
| +</html>
|
|
|