| Index: third_party/WebKit/LayoutTests/http/tests/navigation/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/navigation/beacon-cross-origin.https.html
|
| index 4902e09f03ad3075edc27b2c11eac40235206e78..86bc7bf97d55fbe2db93252e1845a40982a3e887 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
|
| @@ -13,7 +13,7 @@ function test() {
|
| testRunner.waitUntilDone();
|
| }
|
|
|
| - shouldBeFalse('navigator.sendBeacon("http://localhost:8000/navigation/resources/save-beacon.php?name=cross-origin", "CrossOrigin");');
|
| + shouldBeFalse('navigator.sendBeacon("http://example.test:8000/navigation/resources/save-beacon.php?name=cross-origin", "CrossOrigin");');
|
| finishJSTest();
|
| }
|
| </script>
|
|
|