| Index: LayoutTests/fast/files/file-reader-detached-no-crash.html
|
| diff --git a/LayoutTests/fast/files/file-reader-detached-no-crash.html b/LayoutTests/fast/files/file-reader-detached-no-crash.html
|
| index 21e5757715e90e6251e93269cdb6f2139685f754..e38052a4eb1d22d19a9a86b1926b11828a9bbb86 100644
|
| --- a/LayoutTests/fast/files/file-reader-detached-no-crash.html
|
| +++ b/LayoutTests/fast/files/file-reader-detached-no-crash.html
|
| @@ -24,7 +24,7 @@ if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.setCanOpenWindows();
|
| }
|
| -w = window.open('resources/file-reader-detached-no-crash-new-window.html');
|
| +w = window.open('../../resources/window-postmessage-open-close.html');
|
| window.addEventListener("message", processMessage, false);
|
| </script>
|
| </body>
|
|
|