Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/pi-noscript
/
.
/
subapps
/
idlharness.tentative.https.window.js
blob: cda0813a9aac8d52f37b45dc10a4f3b6ac81dc11 [
file
] [
edit
]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict'
;
idl_test
([
'sub-apps.tentative'
],
[
'html'
,
'dom'
],
idl_array
=>
{
idl_array
.
add_objects
({
Window
:
[
'window'
],
SubApps
:
[
'window.subApps'
],
});
});