mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
18 lines
289 B
JavaScript
18 lines
289 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
// https://w3c.github.io/web-share/
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['web-share'],
|
|
['html'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
Navigator: ['navigator']
|
|
});
|
|
}
|
|
);
|