mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
update expectation for image.decode() tests
/html/semantics/embedded-content/the-img-element/decode/image-decode-path-changes.html This tests has the same issue if modified to use PNG image instead of SVG. The test might have succedded only because SVG failed to load previously Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
ef01a7d51f
commit
af21bdd261
3 changed files with 6 additions and 9 deletions
|
@ -7,3 +7,9 @@
|
|||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. srcset changes fail decode; following good decode succeeds.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. srcset changes fail decode.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[image-decode-picture.html]
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Image with SVG source decodes with undefined.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[image-decode.html]
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Image with SVG src decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Image with SVG srcset decodes with undefined.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue