| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js
|
| deleted file mode 100644
|
| index 6e3ec6c14603ccd2b0ef07596f973c5a824da764..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -description("Tests that the navigator.geolocation object is present.");
|
| -
|
| -function hasGeolocationProperty()
|
| -{
|
| - for (var property in navigator) {
|
| - if (property == "geolocation")
|
| - return true;
|
| - }
|
| - return false;
|
| -}
|
| -
|
| -shouldBeTrue("typeof navigator.geolocation == 'object'");
|
| -shouldBeTrue("hasGeolocationProperty()");
|
| -shouldBeTrue("'geolocation' in navigator");
|
| -
|
| -window.jsTestIsAsync = false;
|
|
|