blob: 5a4b496f9b6f9c5ed5bb5f9ce4d412e8f62942e9 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
test(function() {
assert_true('nfc' in navigator,
'navigator.nfc exists.');
}, 'navigator.nfc IDL test');
</script>