[go: nahoru, domu]

blob: 7774da6803d40031ee9b45f4d0a6bb42f51d4e3d [file] [log] [blame]
// META: global=window
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
'use strict';
// https://wicg.github.io/get-installed-related-apps/spec/
idl_test(
['get-installed-related-apps'],
['html'],
idl_array => {
idl_array.add_objects({
Navigator: ['navigator'],
});
}
)