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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/pipe-through.serviceworker.https-expected.txt

Issue 2649323004: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. 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/readable-streams/pipe-through.serviceworker.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/pipe-through.serviceworker.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/pipe-through.serviceworker.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2b44b1233b7f657681fa1e4d5dff97b8895c4fdc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/pipe-through.serviceworker.https-expected.txt
@@ -0,0 +1,9 @@
+This is a testharness.js-based test.
+PASS Service worker test setup
+FAIL ReadableStream.prototype.pipeThrough should work generically on its this and its arguments Cannot read property 'call' of undefined
+PASS ReadableStream.prototype.pipeThrough should throw when its first argument is not convertible to an object
+PASS ReadableStream.prototype.pipeThrough should throw when "this" has no pipeTo method
+FAIL ReadableStream.prototype.pipeThrough should rethrow errors from accessing pipeTo, readable, or writable assert_throws: pipeThrough should rethrow the error thrown by pipeTo function "() => ReadableStream.prototype.pipeThrough.call(throwingPipeTo, { readable: { }, writable: { } }, {})" threw object "TypeError: Cannot read property 'call' of undefined" ("TypeError") expected object "Error: potato" ("Error")
+FAIL ReadableStream.prototype.pipeThrough should work with missing readable, writable, or options Cannot read property 'call' of undefined
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698