| Index: third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html b/third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html
|
| similarity index 88%
|
| rename from third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html
|
| index 86bc7bf97d55fbe2db93252e1845a40982a3e887..ed5f717af9a86fc053bf3f2905268408a68502ce 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html
|
| @@ -13,7 +13,7 @@ function test() {
|
| testRunner.waitUntilDone();
|
| }
|
|
|
| - shouldBeFalse('navigator.sendBeacon("http://example.test:8000/navigation/resources/save-beacon.php?name=cross-origin", "CrossOrigin");');
|
| + shouldBeFalse('navigator.sendBeacon("http://example.test:8000/sendbeacon/resources/save-beacon.php?name=cross-origin", "CrossOrigin");');
|
| finishJSTest();
|
| }
|
| </script>
|
|
|