Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/johnjanInputTestAddition
/
.
/
web-share
/
idlharness.https.window.js
blob: cbaf9d72c5c11d9b75cd4a36aa0cf45bc0db35aa [
file
] [
log
] [
blame
] [
edit
]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://wicg.github.io/web-share/
'use strict'
;
idl_test
(
[
'web-share'
],
[
'html'
],
idl_array
=>
{
idl_array
.
add_objects
({
Navigator
:
[
'navigator'
]
});
}
);