Bug 1579806 [wpt PR 18926] - Update wpt metadata, a=testonly

wpt-pr: 18926
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2019-09-09 10:41:39 +00:00 коммит произвёл James Graham
Родитель b9143c1b4b
Коммит d844242f08
3 изменённых файлов: 24 добавлений и 0 удалений

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

@ -14,9 +14,21 @@
[NDEFRecord constructor with text record type]
expected: FAIL
[NDEFRecord constructor with external record type]
expected: FAIL
[NDEFRecord constructor with url record type]
expected: FAIL
[NDEFRecord constructor with record type string being treated as case sensitive]
expected: FAIL
[NDEFRecord constructor with opaque record type]
expected: FAIL
[NDEFRecord constructor with json record type]
expected: FAIL
[NDEFRecord constructor with invalid external record type]
expected: FAIL

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

@ -95,3 +95,9 @@
[Test that filtering 'text' record from different messages correctly with NFCScanOptions' compatibility set.]
expected: FAIL
[Test that filtering external record from different messages correctly with NFCScanOptions' recordType is set to the custom type.]
expected: FAIL
[Test that reading data succeed when NFCScanOptions' recordType is set to a custom type for external type records.]
expected: FAIL

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

@ -104,3 +104,9 @@
[NFCWriter.push should replace all previously configured push operations.]
expected: FAIL
[Reject promise with exceptions thrown from serializing the 'json' record data.]
expected: FAIL
[NFCWriter.push NDEFMessage containing text, json, opaque, url and external records with default NFCPushOptions.]
expected: FAIL