| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html
|
| index 073a3748d798134038af5afd9d917b65876a0a98..cd981dbaf40756e15d20c87d1d0393d7039ab01f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html
|
| @@ -10,9 +10,6 @@
|
| description("Test the attribute handling of the Coordinates interface");
|
| window.jsTestIsAsync = true;
|
|
|
| -if (!window.testRunner || !window.mojo)
|
| - debug('This test can not run without testRunner or mojo');
|
| -
|
| // Format: [Input], [Expected]
|
| // Input: latitude, longitude, accuracy, altitude, altitudeAccuracy, heading, speed.
|
| // Expected: latitude, longitude, accuracy, altitude, altitudeAccuracy, heading, speed.
|
|
|