servo/tests/wpt/meta/workers/semantics/structured-clone/dedicated.html.ini
Andrei Volykhin 1f5087d773
imagebitmap: Make ImageBitmap serializable and transferable (#37101)
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>
2025-05-23 20:40:25 +00:00

39 lines
881 B
INI
Vendored

[dedicated.html]
[File basic]
expected: FAIL
[FileList empty]
expected: FAIL
[Array FileList object, FileList empty]
expected: FAIL
[Object FileList object, FileList empty]
expected: FAIL
[ImageData 1x1 transparent black]
expected: FAIL
[ImageData 1x1 non-transparent non-black]
expected: FAIL
[Array ImageData object, ImageData 1x1 transparent black]
expected: FAIL
[Array ImageData object, ImageData 1x1 non-transparent non-black]
expected: FAIL
[Object ImageData object, ImageData 1x1 transparent black]
expected: FAIL
[Object ImageData object, ImageData 1x1 non-transparent non-black]
expected: FAIL
[Object with a getter that throws]
expected: FAIL
[A subclass instance will deserialize as its closest serializable superclass]
expected: FAIL
[Growable SharedArrayBuffer]
expected: FAIL