| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.js b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.js
|
| index ed00f4803549922b65f7401702d7d42cfed2723b..f8877cb8c05fca8d980a6411a7f7ff0dde1776bb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.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 encounters an error.");
|
|
|
| -if (!window.testRunner || !window.mojo)
|
| - debug('This test can not run without testRunner or mojo');
|
| -
|
| var error;
|
|
|
| geolocationServiceMock.then(mock => {
|
|
|