mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
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:
parent
e93544c003
commit
e5cc7ad235
4 changed files with 36 additions and 16 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue