repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
nfc
/
idl-NavigatorNFC.html
blob
5a4b496f9b6f9c5ed5bb5f9ce4d412e8f62942e9
1
<!DOCTYPE
html
>
2
<script
src
=
"../resources/testharness.js"
></script>
3
<script
src
=
"../resources/testharnessreport.js"
></script>
4
<script>
5
test
(
function
() {
6
assert_true
(
'nfc'
in
navigator
,
7
'navigator.nfc exists.'
);
8
},
'navigator.nfc IDL test'
);
9
</script>