Chromium Code Reviews| Index: LayoutTests/nfc/idl-NavigatorNFC.html |
| diff --git a/LayoutTests/nfc/idl-NavigatorNFC.html b/LayoutTests/nfc/idl-NavigatorNFC.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5a4b496f9b6f9c5ed5bb5f9ce4d412e8f62942e9 |
| --- /dev/null |
| +++ b/LayoutTests/nfc/idl-NavigatorNFC.html |
| @@ -0,0 +1,9 @@ |
| +<!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> |