-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Extend geolocation tests #52243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend geolocation tests #52243
Conversation
geolocation/enabled.https.html
Outdated
}); | ||
|
||
// Ensure any previously set geolocation emulations are cleared. | ||
await test_driver.bidi.emulation.set_geolocation_override( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we have agreement on the shape of the BiDi API? @reillyeon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
w3c/geolocation#183 was merged based on consensus between Chromium and Firefox.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these things are a bit redundant or not quite correct and potentially racy.
af97157
to
55fec53
Compare
55fec53
to
595d3c7
Compare
@marcoscaceres please take a look |
595d3c7
to
800ff96
Compare
800ff96
to
dbf6924
Compare
I assume the concerns raised by @marcoscaceres are addressed
Copy Chromium's wpt-internal test to public WPT using testdriver geolocation API.