18 lines
352 B
JavaScript
18 lines
352 B
JavaScript
// 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'],
|
|
});
|
|
}
|
|
)
|