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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/reentrant-strategy.sharedworker-expected.txt

Issue 2831763003: Unified error handling for WritableStream (Closed)
Patch Set: 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 writes should be written in the standard order
3 PASS writer.write() promises should resolve in the standard order
4 PASS controller.error() should work when called from within strategy.size()
5 FAIL close() should work when called from within strategy.size() assert_array_eq uals: sink.write() should not be called lengths differ, expected 1 got 0
6 PASS abort() should work when called from within strategy.size()
7 PASS releaseLock() should abort the write() when called within strategy.size()
8 FAIL original reader should error when new reader is created within strategy.siz e() assert_array_equals: close must always be called with the controller lengths differ, expected 1 got 0
9 Harness: the test ran to completion.
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698