From 7ca09962aed4b5add4bf0c706b9f234ac06dea37 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Fri, 22 Nov 2019 19:19:13 +0000 Subject: [PATCH] Bug 1595451 [wpt PR 20193] - Update wpt metadata, a=testonly wpt-pr: 20193 wpt-type: metadata --- .../web-nfc/NDEFReader_scan.https.html.ini | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) 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 91d5a972c4f9..07571ea78ae7 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,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 +