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,3 @@
|
|||
[2d.path.ellipse.basics.html]
|
||||
[Verify canvas throws error when drawing ellipse with negative radii.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.ellipse.basics.worker.html]
|
||||
[Verify canvas throws error when drawing ellipse with negative radii.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.isPointInPath.basic.html]
|
||||
[Verify the winding rule in isPointInPath works for for rect path.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.isPointInPath.basic.worker.html]
|
||||
[Verify the winding rule in isPointInPath works for for rect path.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.isPointInStroke.scaleddashes.html]
|
||||
[isPointInStroke() should return correct results on dashed paths at high scale factors]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.isPointInStroke.scaleddashes.worker.html]
|
||||
[isPointInStroke() should return correct results on dashed paths at high scale factors]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.isPointInpath.invalid.html]
|
||||
[Verify isPointInPath throws exceptions with invalid inputs.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.isPointInpath.invalid.worker.html]
|
||||
[Verify isPointInPath throws exceptions with invalid inputs.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.isPointInpath.multi.path.html]
|
||||
[Verify the winding rule in isPointInPath works for path object.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.isPointInpath.multi.path.worker.html]
|
||||
[Verify the winding rule in isPointInPath works for path object.]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.badinput.html]
|
||||
[roundRect() throws or does not throw errors given the strange inputs.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.badinput.worker.html]
|
||||
[roundRect() throws or does not throw errors given the strange inputs.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.radius.noargument.html]
|
||||
[Check that roundRect draws a rectangle when no radii are provided.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.radius.noargument.worker.html]
|
||||
[Check that roundRect draws a rectangle when no radii are provided.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue