Chromium Code Reviews| Index: LayoutTests/http/tests/navigation/beacon-detached-no-crash.html |
| diff --git a/LayoutTests/http/tests/navigation/beacon-detached-no-crash.html b/LayoutTests/http/tests/navigation/beacon-detached-no-crash.html |
| index 5d0f0b7e4b0f583a0537290e5e7d0a17e9c93834..b68c35b4d1952233553662e4647a7e000535cd08 100644 |
| --- a/LayoutTests/http/tests/navigation/beacon-detached-no-crash.html |
| +++ b/LayoutTests/http/tests/navigation/beacon-detached-no-crash.html |
| @@ -23,6 +23,6 @@ if (window.testRunner) { |
| testRunner.setCanOpenWindows(); |
| testRunner.waitUntilDone(); |
| } |
| -w = window.open('resources/beacon-detached-no-crash-new-window.html'); |
| +w = window.open('/js-test-resources/window-postmessage-open-close.html'); |
|
Michael van Ouwerkerk
2015/02/12 14:31:32
Can we maybe use relative urls so that things also
sof
2015/02/12 15:51:15
That would be useful to also support for http/test
|
| window.addEventListener("message", processMessage, false); |
| </script> |