Revision 7c998af1493f2690b300d7ec321bcc62bf428fca authored by Brandon Jones on 21 December 2018, 18:45:11 UTC, committed by Chromium WPT Sync on 21 December 2018, 18:45:11 UTC
Updated to the newer types described by the latest WebXR Device API spec updates.

Bug: 915050
Change-Id: I14f07f922ff2eee046664bd9a6ecf1cf4e954312
1 parent bc34f4b
Raw File
idlharness.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'],
    });
  }
);
back to top