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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.https-expected.txt

Issue 2642393002: Import wpt@40665266227e475bc4a56884247d8c09d78dfb6a (Closed)
Patch Set: rebaseline-cl Created 3 years, 11 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 FAIL Piping must lock both the ReadableStream and WritableStream rs.pipeTo is no t a function
3 FAIL Piping finishing must unlock both the ReadableStream and WritableStream rs. pipeTo is not a function
4 FAIL pipeTo must check the brand of its ReadableStream this value Cannot read pr operty 'apply' of undefined
5 FAIL pipeTo must check the brand of its WritableStream argument Cannot read prop erty 'apply' of undefined
6 FAIL pipeTo must fail if the ReadableStream is locked, and not lock the Writable Stream rs.pipeTo is not a function
7 FAIL pipeTo must fail if the WritableStream is locked, and not lock the Readable Stream rs.pipeTo is not a function
8 FAIL Piping from a ReadableStream from which lots of chunks are synchronously re adable rs.pipeTo is not a function
9 FAIL Piping from a ReadableStream for which a chunk becomes asynchronously reada ble after the pipeTo rs.pipeTo is not a function
10 Harness: the test ran to completion.
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698