| Index: LayoutTests/http/tests/navigation/new-window-sandboxed-iframe.html
|
| diff --git a/LayoutTests/http/tests/navigation/new-window-sandboxed-iframe.html b/LayoutTests/http/tests/navigation/new-window-sandboxed-iframe.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..15b368bd8e446e69bb0b1f364c7145929970d43d
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/navigation/new-window-sandboxed-iframe.html
|
| @@ -0,0 +1,9 @@
|
| +<script>
|
| +if (window.testRunner) {
|
| + testRunner.dumpAsText();
|
| + testRunner.dumpBackForwardList();
|
| + testRunner.waitUntilDone();
|
| + testRunner.setCanOpenWindows();
|
| +}
|
| +</script>
|
| +<iframe sandbox="allow-scripts allow-forms allow-same-origin allow-popups" src="resources/new-window-sandboxed-iframe-iframe.html"></iframe>
|
|
|