Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
web-share
/
idlharness.https.window.js
blob: 1520387caf133dc43c5f036bbf24a99ef73a7f3c [
file
] [
log
] [
blame
]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://w3c.github.io/web-share/
'use strict'
;
idl_test
(
[
'web-share'
],
[
'html'
],
idl_array
=>
{
idl_array
.
add_objects
({
Navigator
:
[
'navigator'
]
});
}
);