Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: LayoutTests/nfc/idl-NavigatorNFC.html

Issue 1291663004: [webnfc]: Step 1: Add NavigatorNfc, Nfc and Layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: name runtime-enabled-features flag as WebNFC; add kenneth as owner Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698