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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/constructor.dedicatedworker-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 controller argument should be passed to start method
3 PASS controller argument should be passed to write method
4 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
5 PASS highWaterMark should be reflected to desiredSize
6 PASS WritableStream should be writable and ready should fulfill immediately if t he strategy does not apply backpressure
7 PASS WritableStream should be constructible with no arguments
8 PASS WritableStream instances should have standard methods and properties
9 PASS private constructors should not be exported
10 PASS WritableStreamDefaultController constructor should throw unless passed a Wr itableStream
11 PASS WritableStreamDefaultController constructor should throw when passed an ini tialised WritableStream
12 PASS WritableStreamDefaultWriter should throw unless passed a WritableStream
13 PASS WritableStreamDefaultWriter constructor should throw when stream argument i s locked
14 Harness: the test ran to completion.
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698