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