mirror of
https://github.com/servo/servo.git
synced 2025-10-04 18:49:23 +01:00
17 lines
337 B
JavaScript
17 lines
337 B
JavaScript
// 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'],
|
|
});
|
|
},
|
|
'Test IDL implementation of Web NFC API');
|