| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-success.js b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-success.js
|
| index b09cbc18fed58bc0248ab28e238b4d4f628339d7..d5ad0f955a260a3448a005ba28a7b36ba1d22b29 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-success.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-success.js
|
| @@ -1,8 +1,5 @@
|
| description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
|
|
|
| -if (!window.testRunner || !window.mojo)
|
| - debug('This test can not run without testRunner or mojo');
|
| -
|
| var error;
|
|
|
| geolocationServiceMock.then(mock => {
|
|
|