16 lines
336 B
JavaScript
16 lines
336 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
// https://w3c.github.io/mediacapture-screen-share/
|
|
|
|
idl_test(
|
|
['screen-capture'],
|
|
['mediacapture-streams', 'html', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
MediaDevices: ['navigator.mediaDevices'],
|
|
});
|
|
}
|
|
);
|