Skip to content

Commit

Permalink
Bug 1678598 [wpt PR 26590] - Update interfaces/web-nfc.idl and test, …
Browse files Browse the repository at this point in the history
…a=testonly

Automatic update from web-platform-tests
Update interfaces/web-nfc.idl and test (#26590)

Closes web-platform-tests/wpt#26589
--

wpt-commits: fa166854c39cfab7f1709a1ef3a1b0bb2003d6d9
wpt-pr: 26590

UltraBlame original commit: e5867f995ca68eb6a520e14d7711f9a7e0e60a79
  • Loading branch information
marco-c committed Dec 3, 2020
1 parent a815359 commit 5c5bccb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 42 deletions.
47 changes: 16 additions & 31 deletions testing/web-platform/tests/interfaces/web-nfc.idl
Original file line number Diff line number Diff line change
Expand Up @@ -202,37 +202,6 @@ Exposed
Window
]
interface
NDEFWriter
{
constructor
(
)
;
Promise
<
undefined
>
write
(
NDEFMessageSource
message
optional
NDEFWriteOptions
options
=
{
}
)
;
}
;
[
SecureContext
Exposed
=
Window
]
interface
NDEFReader
:
EventTarget
Expand Down Expand Up @@ -263,6 +232,22 @@ options
}
)
;
Promise
<
undefined
>
write
(
NDEFMessageSource
message
optional
NDEFWriteOptions
options
=
{
}
)
;
}
;
[
Expand Down
11 changes: 0 additions & 11 deletions testing/web-platform/tests/web-nfc/idlharness.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,6 @@ idl_array
add_objects
(
{
NDEFWriter
:
[
'
new
NDEFWriter
(
)
;
'
]
NDEFReader
:
[
Expand Down

0 comments on commit 5c5bccb

Please sign in to comment.