chromium/third_party/blink/web_tests/external/wpt/screen-capture/idlharness.https.window.js

// 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'],
    });
  }
);