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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/reentrant-strategy.serviceworker.https-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/reentrant-strategy.serviceworker.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/reentrant-strategy.serviceworker.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/reentrant-strategy.serviceworker.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cbe8d2edfb90681065e8a58269bbacafb8ac10df
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/reentrant-strategy.serviceworker.https-expected.txt
@@ -0,0 +1,11 @@
+This is a testharness.js-based test.
+PASS Service worker test setup
+PASS writes should be written in the standard order
+PASS writer.write() promises should resolve in the standard order
+PASS controller.error() should work when called from within strategy.size()
+FAIL close() should work when called from within strategy.size() assert_array_equals: sink.write() should not be called lengths differ, expected 1 got 0
+PASS abort() should work when called from within strategy.size()
+PASS releaseLock() should abort the write() when called within strategy.size()
+FAIL original reader should error when new reader is created within strategy.size() assert_array_equals: close must always be called with the controller lengths differ, expected 1 got 0
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698