https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f7651d33ccb148f21ceab9f08f0a4d09bebf31cb authored by Ms2ger on 26 September 2018, 11:55:47 UTC
Simplify MultipartContent.
Tip revision: f7651d3
idlharness.https.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

// https://wicg.github.io/web-share/

'use strict';

idl_test(
  ['web-share'],
  ['html'],
  idl_array => {
    idl_array.add_objects({
      Navigator: ['navigator']
    });
  }
);
back to top