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

Side by Side Diff: third_party/WebKit/LayoutTests/nfc/mock-nfc.html

Issue 1708543002: [webnfc] Implement push() method in blink nfc module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onionsoup_webnfc
Patch Set: Move dependency from content_browsertests to layouttest_support_content Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « device/nfc/nfc.mojom ('k') | third_party/WebKit/LayoutTests/nfc/push.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../resources/testharness.js"></script>
3 <script src="../resources/testharnessreport.js"></script>
4 <script src="../resources/testharness-helpers.js"></script>
5 <script src="../resources/mojo-helpers.js"></script>
6 <script src="resources/nfc-helpers.js"></script>
7 <script>
8
9 'use strict';
10
11 nfc_test(nfc => {
12 assert_true(nfc instanceof Object);
13 assert_true(nfc.mockNFC instanceof Object);
14 }, 'NFC Mojo bindings and mock interfaces are available to tests.')
15 </script>
OLDNEW
« no previous file with comments | « device/nfc/nfc.mojom ('k') | third_party/WebKit/LayoutTests/nfc/push.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698