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.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