diff --git a/testing/web-platform/meta/web-nfc/NDEFReader_scan.https.html.ini b/testing/web-platform/meta/web-nfc/NDEFReader_scan.https.html.ini index 622d1c2dd300..91d5a972c4f9 100644 --- a/testing/web-platform/meta/web-nfc/NDEFReader_scan.https.html.ini +++ b/testing/web-platform/meta/web-nfc/NDEFReader_scan.https.html.ini @@ -38,12 +38,12 @@ [NDEFReader.scan should fail if NFC HW is not supported.] 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.onreading should be fired on an unformatted NFC tag with empty records array for NDEFMessage.] expected: FAIL - [NDEFRecord.toRecords returns its embedded records correctly.] - expected: FAIL - diff --git a/testing/web-platform/meta/web-nfc/NDEFRecord_constructor.https.html.ini b/testing/web-platform/meta/web-nfc/NDEFRecord_constructor.https.html.ini index b497bdf8bddb..12d5abfc7b77 100644 --- a/testing/web-platform/meta/web-nfc/NDEFRecord_constructor.https.html.ini +++ b/testing/web-platform/meta/web-nfc/NDEFRecord_constructor.https.html.ini @@ -29,6 +29,9 @@ [NDEFRecord constructor with absolute-url record type] expected: FAIL + [NDEFRecord constructor should only accept mediaType for mime record type] + expected: FAIL + [NDEFRecord constructor with text record type and string data] expected: FAIL