mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Upgraded to SM 60
This commit is contained in:
parent
d34403047e
commit
74c1e00d81
290 changed files with 26572 additions and 1178 deletions
|
@ -4,4 +4,34 @@
|
|||
|
||||
[transfer-errors]
|
||||
expected: FAIL
|
||||
[Serialize should make the ArrayBuffer detached, so it cannot be transferred again]
|
||||
expected: FAIL
|
||||
[Serialize should throw before a detached ArrayBuffer is found]
|
||||
expected: FAIL
|
||||
[Cannot transfer ArrayBuffer detached while the message was serialized]
|
||||
expected: FAIL
|
||||
[Cannot transfer the same MessagePort twice]
|
||||
expected: FAIL
|
||||
[Serialize should make the MessagePort detached, so it cannot be transferred again]
|
||||
expected: FAIL
|
||||
[Serialize should throw before a detached MessagePort is found]
|
||||
expected: FAIL
|
||||
[Cannot transfer MessagePort detached while the message was serialized]
|
||||
expected: FAIL
|
||||
[Cannot transfer the same ImageBitmap twice]
|
||||
expected: FAIL
|
||||
[Serialize should make the ImageBitmap detached, so it cannot be transferred again]
|
||||
expected: FAIL
|
||||
[Serialize should throw before a detached ImageBitmap is found]
|
||||
expected: FAIL
|
||||
[Cannot transfer ImageBitmap detached while the message was serialized]
|
||||
expected: FAIL
|
||||
[Cannot transfer the same OffscreenCanvas twice]
|
||||
expected: FAIL
|
||||
[Serialize should make the OffscreenCanvas detached, so it cannot be transferred again]
|
||||
expected: FAIL
|
||||
[Serialize should throw before a detached OffscreenCanvas is found]
|
||||
expected: FAIL
|
||||
[Cannot transfer OffscreenCanvas detached while the message was serialized]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue