Implement ImageBitmap.close (#34124)

* Implement ImageBitmap.close

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Update WPT expectations

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2024-11-04 02:09:43 +01:00 committed by GitHub
parent e93544c003
commit e5cc7ad235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 16 deletions

View file

@ -662,9 +662,6 @@
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "filter" with the proper type]
expected: FAIL
[ImageBitmap interface: operation close()]
expected: FAIL
[DataTransfer interface: attribute files]
expected: FAIL

View file

@ -170,9 +170,6 @@
[WorkerGlobalScope interface: attribute ononline]
expected: FAIL
[ImageBitmap interface: operation close()]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: operation setLineDash(sequence<unrestricted double>)]
expected: FAIL