Revision 29ad6b8c4b678cdb1ab4649f8b3acf54cd56bccc authored by Anne van Kesteren on 24 September 2018, 14:41:07 UTC, committed by Anne van Kesteren on 24 September 2018, 14:41:07 UTC
For https://github.com/httpwg/http-core/issues/136.
1 parent 00c1fd9
Raw File
idlharness.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

// https://w3c.github.io/gamepad/

'use strict';

idl_test(
  ['gamepad'],
  ['dom', 'html'],
  idl_array => {
    idl_array.add_objects({
      GamepadEvent: ['new GamepadEvent("gamepad")'],
      Navigator: ['navigator']
    });
  }
);
back to top