Skip to content

Commit a958e21

Browse files
committed
Bug 1575764 [wpt PR 18607] - Update wpt metadata, a=testonly
wpt-pr: 18607 wpt-type: metadata UltraBlame original commit: c935962f6bb467e6a2622001b032d292aa777742
1 parent 57063f1 commit a958e21

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

testing/web-platform/meta/web-nfc/idlharness.https.window.js.ini

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,3 +2175,68 @@ type
21752175
expected
21762176
:
21772177
FAIL
2178+
[
2179+
NFCReader
2180+
interface
2181+
:
2182+
operation
2183+
scan
2184+
(
2185+
NFCScanOptions
2186+
)
2187+
]
2188+
expected
2189+
:
2190+
FAIL
2191+
[
2192+
NFCReader
2193+
interface
2194+
:
2195+
calling
2196+
scan
2197+
(
2198+
NFCScanOptions
2199+
)
2200+
on
2201+
new
2202+
NFCReader
2203+
(
2204+
)
2205+
;
2206+
with
2207+
too
2208+
few
2209+
arguments
2210+
must
2211+
throw
2212+
TypeError
2213+
]
2214+
expected
2215+
:
2216+
FAIL
2217+
[
2218+
NFCReader
2219+
interface
2220+
:
2221+
new
2222+
NFCReader
2223+
(
2224+
)
2225+
;
2226+
must
2227+
inherit
2228+
property
2229+
"
2230+
scan
2231+
(
2232+
NFCScanOptions
2233+
)
2234+
"
2235+
with
2236+
the
2237+
proper
2238+
type
2239+
]
2240+
expected
2241+
:
2242+
FAIL

0 commit comments

Comments
 (0)