blob: 08e5c5ce74bd9c37276929a3ca94d4b7c1766d7f [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="../resources/testharness-helpers.js"></script>
<script src="file:///gen/layout_test_data/mojo/public/js/mojo_bindings.js"></script>
<script src="file:///gen/services/device/public/interfaces/nfc.mojom.js"></script>
<script src="resources/nfc-helpers.js"></script>
<script>
'use strict';
nfc_test(() => {
assert_true(mockNFC instanceof Object);
}, 'NFC Mojo bindings and mock interfaces are available to tests.')
</script>