https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 10f69dbaa99bb91a7cf9f290fff6503b0ab56ee4 authored by James Graham on 17 September 2018, 15:10:55 UTC
Correctly handle ScriptTimeoutException in the WebDriver executor
Tip revision: 10f69db
idlharness.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

// https://wicg.github.io/mediasession/

'use strict';

idl_test(
  ['mediasession'],
  ['html'],
  idl_array => {
    idl_array.add_objects({
      MediaMetadata: ['new MediaMetadata()'],
      MediaSession: ['navigator.mediaSession'],
      Navigator: ['navigator']
    });
  }
);
back to top