https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 03de2396655f9bb265e66e6e51a01ec77b4cba93 authored by Anne van Kesteren on 04 October 2018, 15:11:13 UTC
XHR: no headers received event for a network error
Tip revision: 03de239
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