Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: third_party/WebKit/LayoutTests/nfc/push-expected.txt

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Skip cssom and svg/shapes, remove unwanted baseline Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/nfc/push-expected.txt
diff --git a/third_party/WebKit/LayoutTests/nfc/push-expected.txt b/third_party/WebKit/LayoutTests/nfc/push-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..51eaa4daadff0a13f16d7b4ff8a011131ae22757
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/nfc/push-expected.txt
@@ -0,0 +1,42 @@
+This is a testharness.js-based test.
+PASS Test that passing undefined to nfc.push would raise TypeMismatchError.
+PASS Test that promise is rejected with SyntaxError if NFCMessage is invalid.
+PASS nfc.push should fail when NFC HW is disabled.
+PASS nfc.push should fail when NFC HW is not supported.
+PASS nfc.push should succeed when NFC HW is enabled
+PASS nfc.push should fail with TimeoutError when push operation is not completed before specified timeout value.
+PASS nfc.push NFCMessage containing text, json, opaque and url records with default NFCPushOptions.
+PASS nfc.push String with default NFCPushOptions.
+PASS nfc.push ArrayBuffer with default NFCPushOptions.
+PASS Check that default NFCPushOptions values are correctly set.
+PASS Check that provided NFCPushOptions values are correctly converted.
+PASS Push ArrayBuffer with default NFCPushOptions.
+PASS nfc.cancelPush should succeed if there is pending push operation.
+PASS nfc.push should fail with TimeoutError when push operation is not completed before specified timeout value.
+PASS nfc.cancelPush should reject pending promise with AbortError.
+FAIL Reject promise with TypeMismatchError if invalid type is provided. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with SyntaxError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with NotSupportedError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with NotSupportedError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with TimeoutError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with TimeoutError. assert_not_equals: got disallowed value undefined
+FAIL Promise rejected with AbortError. assert_not_equals: got disallowed value undefined
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698