| Index: third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html
|
| diff --git a/third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html b/third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html
|
| index 9f927f1d78a506c2398c43fc0b73997e29e8a361..235ac4efff063b3f9890f399c73f6559b859d174 100644
|
| --- a/third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html
|
| +++ b/third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html
|
| @@ -15,7 +15,7 @@ if (!window.testRunner)
|
| geolocationServiceMock.then(mock => {
|
| mock.setGeolocationPermission(true);
|
|
|
| - location = "data:text/html,You should have seen one unload alert appear.<script>window.setTimeout('if (window.testRunner) testRunner.notifyDone();', 100);</" + "script>";
|
| + location = "../fast/events/resources/onunload-single-alert-success.html";
|
| });
|
|
|
| document.body.onunload = function() {
|
|
|