| Index: third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.sharedworker-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.sharedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.sharedworker-expected.txt
|
| index 859fcbe9d33cce80e5077ac4866dd7308e25100b..32b3cd18d0b5cc0d1696bc4f20eb063a3a696c3a 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.sharedworker-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.sharedworker-expected.txt
|
| @@ -1,8 +1,8 @@
|
| This is a testharness.js-based test.
|
| -FAIL Piping from an errored readable stream to an errored writable stream rs.pipeTo is not a function
|
| -FAIL Piping from an errored readable stream to an errored writable stream; preventAbort = true rs.pipeTo is not a function
|
| -FAIL Piping from an errored readable stream to a closed writable stream rs.pipeTo is not a function
|
| -FAIL Piping from a closed readable stream to an errored writable stream rs.pipeTo is not a function
|
| -FAIL Piping from a closed readable stream to a closed writable stream rs.pipeTo is not a function
|
| +PASS Piping from an errored readable stream to an errored writable stream
|
| +PASS Piping from an errored readable stream to an errored writable stream; preventAbort = true
|
| +FAIL Piping from an errored readable stream to a closed writable stream assert_array_equals: lengths differ, expected 1 got 2
|
| +PASS Piping from a closed readable stream to an errored writable stream
|
| +PASS Piping from a closed readable stream to a closed writable stream
|
| Harness: the test ran to completion.
|
|
|
|
|