| Index: LayoutTests/fast/frames/seamless/seamless-window-location-replace.html
|
| diff --git a/LayoutTests/fast/frames/seamless/seamless-window-location-replace.html b/LayoutTests/fast/frames/seamless/seamless-window-location-replace.html
|
| deleted file mode 100644
|
| index e19d29a05047ca17e0aaeda3d26d15b8b2376b4f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/frames/seamless/seamless-window-location-replace.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<body>
|
| -<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.location.replace("resources/done.html");
|
| - </script>
|
| - '>
|
| - </iframe>
|
| -"></iframe>
|
|
|