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

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

Issue 2772293002: Update WritableStream to new standard version (Closed)
Patch Set: Changes from domenic@ review Created 3 years, 8 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write-expected.txt
deleted file mode 100644
index 5233797b6afd2a2b9e1be4695b9b482c7758b287..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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