mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
script: Stubs for geolocation interfaces (#39584)
Needed for #39526; stubs out all the necessary interface from https://www.w3.org/TR/geolocation/. Testing: WPT Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
9e380614ee
commit
65588cd5df
28 changed files with 494 additions and 5 deletions
|
@ -115,6 +115,7 @@ WEBIDL_STANDARDS = [
|
|||
b"//dvcs.w3.org/hg",
|
||||
b"//www.w3.org/TR/trusted-types/",
|
||||
b"//www.w3.org/TR/credential-management",
|
||||
b"//www.w3.org/TR/geolocation",
|
||||
b"//dom.spec.whatwg.org",
|
||||
b"//drafts.csswg.org",
|
||||
b"//drafts.css-houdini.org",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue