| Index: LayoutTests/fast/frames/seamless/seamless-window-location.html
|
| diff --git a/LayoutTests/fast/frames/seamless/seamless-window-location.html b/LayoutTests/fast/frames/seamless/seamless-window-location.html
|
| deleted file mode 100644
|
| index 2cc8e8fa5c470365c8e12aa6d1eb41449ff1557b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/frames/seamless/seamless-window-location.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].document.body.textContent.trim()", "DONE");
|
| -
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}, false);
|
| -</script>
|
| -<iframe srcdoc="
|
| - Waiting...
|
| - <iframe seamless
|
| - srcdoc='
|
| - <script>
|
| - window.location = "resources/done.html";
|
| - </script>
|
| - '>
|
| - </iframe>
|
| -"></iframe>
|
|
|