Bug 1595451 [wpt PR 20193] - Update wpt metadata, a=testonly

wpt-pr: 20193
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2019-11-22 19:19:13 +00:00
Родитель 73517788f6
Коммит 7ca09962ae
1 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -38,12 +38,33 @@
[NDEFReader.scan should fail if NFC HW is not supported.]
expected: FAIL
[Test that NDEFReader can not get any reading events once the signal aborts.]
expected: FAIL
[Test that NDEFReader.scan rejects if NDEFScanOptions.url is invalid.]
expected: FAIL
[Test that NDEFReader.scan rejects if NDEFScanOptions.signal aborts right after the scan invocation.]
expected: FAIL
[Test that NDEFReader.scan rejects if NDEFScanOptions.url is missing components.]
expected: FAIL
[NDEFRecord.toRecords returns its embedded records correctly.]
expected: FAIL
[Test that NDEFReader.onreading should not be fired if the NFC tag does not expose NDEF technology.]
expected: FAIL
[Test that NDEFReader.scan rejects if NDEFScanOptions.signal is already aborted.]
expected: FAIL
[Test that NDEFReader.scan rejects if signal is not an AbortSignal.]
expected: FAIL
[Test that NDEFReader.onreading should be fired on an unformatted NFC tag with empty records array for NDEFMessage.]
expected: FAIL
[Test that NDEFReader.scan rejects if NDEFScanOptions.url has wrong protocol.]
expected: FAIL