PositionOptions Web Platform Test exhibits incorrect behavior |
||||||
Issue descriptionhttps://github.com/w3c/web-platform-tests/blob/master/geolocation-API/PositionOptions.https.html The geolocation api spec says that permission should be checked before performing getCurrentPosition() or watchPosition(). https://dev.w3.org/geo/api/spec-source.html#geolocation_interface This implies that rather than a TIMEOUT error, we should be getting a PERMISSION_DENIED error. Chrome currently fails the test with PERMISSION_DENIED, but in other configurations (e.g., if no prior call is made to the two methods before giving a non-positive deadline), we would instead return a TIMEOUT.
,
Sep 22 2017
,
Sep 22 2017
,
Oct 11 2017
,
Oct 12
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Oct 24
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by scheib@chromium.org
, Jul 19 2017