https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 948619e9aa2e43a6ca81d3bfc78669a721207523 authored by Philip Jägenstedt on 12 November 2018, 21:22:18 UTC
Find manifest for download by tags instead of commits
Tip revision: 948619e
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