https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e763335602af9b981c691f4c66eff25ef46bdea7 authored by Marcos Cáceres on 07 September 2018, 07:56:16 UTC
Add defaults to PaymentMethodChangeEventInit's members.
Tip revision: e763335
idlharness.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

idl_test(
  ['fullscreen'],
  ['dom', 'html'],
  idl_array => {
    idl_array.add_objects({
      Document: ['new Document'],
      Element: ['document.createElementNS(null, "test")'],
    });
  }
);
back to top