mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
According to specification ImageBitmap objects are serializable objects and transferable objects. https://html.spec.whatwg.org/multipage/#the-imagebitmap-interface:imagebitmap-11 Testing: - html/canvas/element/manual/imagebitmap/* - html/infrastructure/safe-passing-of-structured-data/* - html/webappapis/structured-clone/* - workers/semantics/structured-clone/* Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
18 lines
585 B
INI
Vendored
18 lines
585 B
INI
Vendored
[transfer-errors.window.html]
|
|
[Serialize should throw before a detached ArrayBuffer is found]
|
|
expected: FAIL
|
|
|
|
[Serialize should throw before a detached MessagePort is found]
|
|
expected: FAIL
|
|
|
|
[Serialize should throw before a detached ImageBitmap is found]
|
|
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
|