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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/constructor.serviceworker.https-expected.txt

Issue 2823563002: Unified error handling for WritableStream (Closed)
Patch Set: remove local copy of piping/multiple-propagation test as it is fail 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Service worker test setup
3 PASS controller argument should be passed to start method
4 PASS controller argument should be passed to write method
5 FAIL controller argument should not be passed to close method assert_array_equal s: no arguments should be passed to close lengths differ, expected 0 got 1
6 PASS highWaterMark should be reflected to desiredSize
7 PASS WritableStream should be writable and ready should fulfill immediately if t he strategy does not apply backpressure
8 PASS WritableStream should be constructible with no arguments
9 PASS WritableStream instances should have standard methods and properties
10 PASS private constructors should not be exported
11 PASS WritableStreamDefaultController constructor should throw unless passed a Wr itableStream
12 PASS WritableStreamDefaultController constructor should throw when passed an ini tialised WritableStream
13 PASS WritableStreamDefaultWriter should throw unless passed a WritableStream
14 PASS WritableStreamDefaultWriter constructor should throw when stream argument i s locked
15 Harness: the test ran to completion.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698