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:
Mukilan Thiyagarajan 2025-05-11 08:09:06 +05:30 committed by Martin Robinson
parent ef01a7d51f
commit af21bdd261
3 changed files with 6 additions and 9 deletions

View file

@ -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

View file

@ -1,3 +0,0 @@
[image-decode-picture.html]
[HTMLImageElement.prototype.decode(), picture tests. Image with SVG source decodes with undefined.]
expected: FAIL

View file

@ -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