| Index: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/bad-underlying-sinks.serviceworker.https-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/bad-underlying-sinks.serviceworker.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/bad-underlying-sinks.serviceworker.https-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f26415b8e5e5e50907746a8419d2f195604c6565
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/bad-underlying-sinks.serviceworker.https-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +This is a testharness.js-based test.
|
| +PASS Service worker test setup
|
| +PASS start: errors in start cause WritableStream constructor to throw
|
| +FAIL close: throwing method should cause writer close() and ready to reject assert_array_equals: close must always be called with the controller lengths differ, expected 1 got 0
|
| +FAIL close: returning a rejected promise should cause writer close() and ready to reject assert_array_equals: close must always be called with the controller lengths differ, expected 1 got 0
|
| +PASS close: throwing getter should cause writer close() to reject
|
| +PASS write: throwing getter should cause write() and closed to reject
|
| +PASS write: throwing method should cause write() and closed to reject
|
| +PASS write: returning a promise that becomes rejected after the writer write() should cause writer write() and ready to reject
|
| +PASS write: returning a rejected promise (second write) should cause writer write() and ready to reject
|
| +PASS abort: non-function abort method with .apply
|
| +PASS abort: throwing getter should cause abort() and closed to reject
|
| +PASS abort: throwing method should cause abort() and closed to reject
|
| +Harness: the test ran to completion.
|
| +
|
|
|