| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/delayed-permission-denied-for-multiple-requests.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/delayed-permission-denied-for-multiple-requests.js b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/delayed-permission-denied-for-multiple-requests.js
|
| index 63ec68946a08a3057e558c88828bc3424be8a23b..351c694834caae7fdc9336aae8cec5f9b7f54a14 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/delayed-permission-denied-for-multiple-requests.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/delayed-permission-denied-for-multiple-requests.js
|
| @@ -1,8 +1,5 @@
|
| description("Tests that when multiple requests are waiting for permission, no callbacks are invoked until permission is denied.");
|
|
|
| -if (!window.testRunner || !window.mojo)
|
| - debug('This test can not run without testRunner or mojo');
|
| -
|
| var error;
|
|
|
| geolocationServiceMock.then(mock => {
|
|
|