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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/push_messaging/pushmessagedata-expected.txt

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 years, 7 months 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/http/tests/push_messaging/pushmessagedata-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/push_messaging/pushmessagedata-expected.txt b/third_party/WebKit/LayoutTests/http/tests/push_messaging/pushmessagedata-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7d9ba4c3b4ada0a686d80249311764f3ef1bb2e6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/push_messaging/pushmessagedata-expected.txt
@@ -0,0 +1,13 @@
+This is a testharness.js-based test.
+PASS PushMessageData initialization and accessor behaviour in a ServiceWorker.
+PASS PushEvent can be initialized from ArrayBuffer, ArrayBufferView and USVStrings.
+PASS PushMessageData is null by default.
+PASS PushMessageData handling of ArrayBuffer content.
+PASS PushMessageData handling of Blob content.
+PASS PushMessageData handling of valid JSON content.
+FAIL PushMessageData handling of invalid JSON content. Test bug: need to pass exception to assert_throws()
+FAIL PushMessageData should not be constructable. Test bug: need to pass exception to assert_throws()
+PASS PushEventInit data is not normalized
+FAIL PushMessageData throws when passed SharedArrayBuffer view. Test bug: need to pass exception to assert_throws()
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698