blob: 0b3b099b7721eb3b7efb336d0f3f161bbcb23588 [file] [log] [blame]
// 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'],
});
}
);