diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/web-nfc/idlharness.https.window.js')
-rw-r--r-- | tests/wpt/web-platform-tests/web-nfc/idlharness.https.window.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/web-nfc/idlharness.https.window.js b/tests/wpt/web-platform-tests/web-nfc/idlharness.https.window.js index ab0d6cd191a..c19458aed83 100644 --- a/tests/wpt/web-platform-tests/web-nfc/idlharness.https.window.js +++ b/tests/wpt/web-platform-tests/web-nfc/idlharness.https.window.js @@ -14,7 +14,7 @@ const message = { idl_test( ['web-nfc'], - ['html', 'dom'], + ['html', 'dom', 'WebIDL'], idl_array => { idl_array.add_objects({ NFCWriter: ['new NFCWriter();'], |