mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,10 @@
|
|||
[image-decode-iframe.html]
|
||||
expected: TIMEOUT
|
||||
[HTMLImageElement.prototype.decode(), iframe tests. Decode from removed iframe fails (loaded img)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[HTMLImageElement.prototype.decode(), iframe tests. Decode from removed iframe fails (img not loaded)]
|
||||
expected: NOTRUN
|
||||
|
||||
[HTMLImageElement.prototype.decode(), iframe tests. Decode from iframe, later removed, fails (img not loaded)]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,4 @@
|
|||
[image-decode-image-document.html]
|
||||
expected: ERROR
|
||||
[HTMLImageElement.prototype.decode(), image document tests. Decode from iframe with image document, succeeds (img not loaded)]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,18 @@
|
|||
[image-decode-path-changes-svg.tentative.html]
|
||||
[SVGImageElement.prototype.decode(), href mutation tests. xlink:href changes fail decode.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), href mutation tests. href changes fail decode.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), href mutation tests. xlink:href changes fail decode; following good decode succeeds.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), href mutation tests. href changes fail decode; following good decode succeeds.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), href mutation tests. xlink:href changes fail decode; following bad decode fails.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), href mutation tests. href changes fail decode; following bad decode fails.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[image-decode-path-changes.html]
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode; following good png decode succeeds.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode; following good svg decode succeeds.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode; following bad decode fails.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes to the same path succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. srcset changes fail decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. srcset changes fail decode; following good decode succeeds.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. srcset changes fail decode; following bad decode fails.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[image-decode-picture.html]
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Image with PNG source decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Image with multiple sources decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Image with PNG data URL source decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Image with SVG source decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Non-existent source fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Corrupt image in src fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Image without srcset fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), picture tests. Multiple decodes for images with src succeed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,39 @@
|
|||
[image-decode-svg.tentative.html]
|
||||
[SVGImageElement.prototype.decode(), basic tests. Image with PNG xlink:href decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Image with PNG href decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Image with PNG data URL xlink:href decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Image with PNG data URL href decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Image with SVG xlink:href decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Image with SVG href decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Non-existent xlink:href fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Non-existent href fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Corrupt image in xlink:href fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Corrupt image in href fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Image without xlink:href or href fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Multiple decodes with a xlink:href succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[SVGImageElement.prototype.decode(), basic tests. Multiple decodes with a href succeed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[image-decode-with-quick-attach-svg.tentative.html]
|
||||
[SVGImageElement.prototype.decode(), attach to DOM before promise resolves.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[image-decode-with-quick-attach.html]
|
||||
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,42 @@
|
|||
[image-decode.html]
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Image with PNG src decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Image with PNG data URL src decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Image with SVG src decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Non-existent src fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Inactive document fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Adopted active image into inactive document fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Adopted inactive image into active document succeeds.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Corrupt image in src fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Image without src/srcset fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Multiple decodes for images with src succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Image with PNG srcset decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Image with SVG srcset decodes with undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Non-existent srcset fails decode.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), basic tests. Multiple decodes for images with srcset succeed.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue