X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2Ffast%2Fdom%2FGeolocation%2Fscript-tests%2Fenabled.js;h=57cd7a63fb1a40854b92cbc800c4eb508bb47765;hp=d04d9fc25f95657246b6f6bd4bcc07d4e723d144;hb=53f96dd6811f51f631af0b0a987ad298d3bf7bd9;hpb=6dfdf678d07c0e6511222d6f8fe84af6e25f34e0;ds=inline diff --git a/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js b/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js index d04d9fc..57cd7a6 100644 --- a/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js +++ b/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js @@ -12,7 +12,7 @@ function hasGeolocationProperty() shouldBeTrue("typeof navigator.geolocation == 'object'"); shouldBeTrue("hasGeolocationProperty()"); shouldBeTrue("'geolocation' in navigator"); -shouldBeFalse("navigator.hasOwnProperty('geolocation')"); -shouldBeTrue("navigator.__proto__.hasOwnProperty('geolocation')"); +shouldBeTrue("navigator.hasOwnProperty('geolocation')"); +shouldBeFalse("navigator.__proto__.hasOwnProperty('geolocation')"); window.jsTestIsAsync = false;