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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write.dedicatedworker-expected.txt

Issue 2665073003: Import wpt@cd5cce9780f84cee679919679b8199084ea96d54 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 11 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/external/wpt/streams/writable-streams/write.dedicatedworker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write.dedicatedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write.dedicatedworker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5233797b6afd2a2b9e1be4695b9b482c7758b287
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write.dedicatedworker-expected.txt
@@ -0,0 +1,13 @@
+This is a testharness.js-based test.
+PASS WritableStream should complete asynchronous writes before close resolves
+PASS WritableStream should complete synchronous writes before close resolves
+PASS fulfillment value of ws.write() call should be undefined even if the underlying sink returns a non-undefined value
+PASS WritableStream should transition to waiting until write is acknowledged
+PASS when write returns a rejected promise, queued writes and close should be cleared
+PASS when sink's write throws an error, the stream should become errored and the promise should reject
+FAIL writer.write(), ready and closed reject with the error passed to controller.error() made before sink.write rejection assert_throws: writer.closed must reject with the error passed to the controller function "function () { throw e }" threw object "error2: error2" ("error2") expected object "error1: error1" ("error1")
+PASS a large queue of writes should be processed completely
+PASS WritableStreamDefaultWriter should work when manually constructed
+PASS returning a thenable from write() should work
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698