https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4be224602569115133e2acdd051ea43956974def authored by quasicomputational on 24 December 2018, 18:42:19 UTC
Implement the 'overflow-inline' media query.
Tip revision: 4be2246
idlharness.https.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

// https://w3c.github.io/web-nfc/

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