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:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,3 @@
[2d.path.ellipse.basics.html]
[Verify canvas throws error when drawing ellipse with negative radii.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.ellipse.basics.worker.html]
[Verify canvas throws error when drawing ellipse with negative radii.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.isPointInPath.basic.html]
[Verify the winding rule in isPointInPath works for for rect path.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.isPointInPath.basic.worker.html]
[Verify the winding rule in isPointInPath works for for rect path.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.isPointInStroke.scaleddashes.html]
[isPointInStroke() should return correct results on dashed paths at high scale factors]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.isPointInStroke.scaleddashes.worker.html]
[isPointInStroke() should return correct results on dashed paths at high scale factors]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.isPointInpath.invalid.html]
[Verify isPointInPath throws exceptions with invalid inputs.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.isPointInpath.invalid.worker.html]
[Verify isPointInPath throws exceptions with invalid inputs.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.isPointInpath.multi.path.html]
[Verify the winding rule in isPointInPath works for path object.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.isPointInpath.multi.path.worker.html]
[Verify the winding rule in isPointInPath works for path object.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.1.radius.dompoint.html]
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottom-left corners.]
expected: FAIL
[Verify that when one radius is given to roundRect(), specified as a DOMPoint, it applies to all corners.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.1.radius.dompoint.single argument.html]
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.1.radius.dompoint.single argument.worker.html]
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.1.radius.dompoint.worker.html]
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottom-left corners.]
expected: FAIL
[Verify that when one radius is given to roundRect(), specified as a DOMPoint, it applies to all corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.1.radius.dompointinit.html]
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottomInit-left corners.]
expected: FAIL
[Verify that when one radius is given to roundRect(), specified as a DOMPointInit, applies to all corners.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.1.radius.dompointinit.single.argument.html]
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPointInit, applies to all corners.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.1.radius.dompointinit.single.argument.worker.html]
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPointInit, applies to all corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.1.radius.dompointinit.worker.html]
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottomInit-left corners.]
expected: FAIL
[Verify that when one radius is given to roundRect(), specified as a DOMPointInit, applies to all corners.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.1.radius.double.single.argument.html]
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a double, it applies to all corners.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.1.radius.double.single.argument.worker.html]
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a double, it applies to all corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.2.radii.1.dompointinit.html]
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottomInit-right corners.]
expected: FAIL
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPointInit, applies to the top-left and bottom-right corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.2.radii.1.dompointinit.worker.html]
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottomInit-right corners.]
expected: FAIL
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPointInit, applies to the top-left and bottom-right corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.2.radii.2.dompointinit.html]
[Verify that when two radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottomInit-left corners.]
expected: FAIL
[Verify that when two radii are given to roundRect(), the second radius, specified as a DOMPointInit, applies to the top-right and bottom-left corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.2.radii.2.dompointinit.worker.html]
[Verify that when two radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottomInit-left corners.]
expected: FAIL
[Verify that when two radii are given to roundRect(), the second radius, specified as a DOMPointInit, applies to the top-right and bottom-left corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.3.radii.2.dompointinit.html]
[Verify that when three radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottomInit-left corners.]
expected: FAIL
[Verify that when three radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottom-left corners.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[2d.path.roundrect.3.radii.2.dompointinit.worker.html]
[Verify that when three radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottomInit-left corners.]
expected: FAIL
[Verify that when three radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottom-left corners.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.badinput.html]
[roundRect() throws or does not throw errors given the strange inputs.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.badinput.worker.html]
[roundRect() throws or does not throw errors given the strange inputs.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.radius.noargument.html]
[Check that roundRect draws a rectangle when no radii are provided.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.path.roundrect.radius.noargument.worker.html]
[Check that roundRect draws a rectangle when no radii are provided.]
expected: FAIL