mirror of
https://github.com/servo/servo.git
synced 2025-09-16 01:48:22 +01:00
Script implement TransformStream and TransformStreamDefaultController (#36739)
Part of https://github.com/servo/servo/issues/34676 --------- Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com> Signed-off-by: Taym <haddadi.taym@gmail.com> Co-authored-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
parent
d39b9f05ff
commit
f3f4cc5500
30 changed files with 1784 additions and 48 deletions
32
tests/wpt/meta/streams/transform-streams/cancel.any.js.ini
vendored
Normal file
32
tests/wpt/meta/streams/transform-streams/cancel.any.js.ini
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
[cancel.any.shadowrealm-in-dedicatedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cancel.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cancel.https.any.shadowrealm-in-audioworklet.html]
|
||||
expected: ERROR
|
||||
|
||||
[cancel.any.shadowrealm-in-sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cancel.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cancel.any.shadowrealm-in-window.html]
|
||||
expected: ERROR
|
||||
|
||||
[cancel.any.shadowrealm-in-shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[cancel.https.any.shadowrealm-in-serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cancel.any.worker.html]
|
||||
[readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cancel.any.html]
|
||||
[readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue