https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ffa8120532d7c0f9a8f2eb4aca9e13073ab557cd authored by Marcos Cáceres on 28 November 2018, 04:56:37 UTC
Another typo
Tip revision: ffa8120
idlharness.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

idl_test(
  ['InputDeviceCapabilities'],
  ['uievents', 'dom'],
  idl_array => {
    idl_array.add_objects({
      InputDeviceCapabilities: ["new InputDeviceCapabilities"],
    });
  }
);
back to top