| Index: LayoutTests/fast/frames/seamless/seamless-window-open-override.html
|
| diff --git a/LayoutTests/fast/frames/seamless/seamless-window-open-override.html b/LayoutTests/fast/frames/seamless/seamless-window-open-override.html
|
| deleted file mode 100644
|
| index d35a33f424f8d5ee46831bc7c7de4a5922d02513..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/frames/seamless/seamless-window-open-override.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../../../resources/js-test.js"></script>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.waitUntilDone();
|
| -
|
| -window.addEventListener('message', function(evt) {
|
| - shouldBeEqualToString("frames[0].frames[0].document.body.textContent.trim()", "DONE");
|
| -
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}, false);
|
| -</script>
|
| -<iframe srcdoc="
|
| - Waiting...
|
| - <iframe seamless
|
| - srcdoc='
|
| - <script>
|
| - window.open("resources/done.html","_self");
|
| - </script>
|
| - '>
|
| - </iframe>
|
| -"></iframe>
|
|
|