mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Rename metadata directories
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -0,0 +1,4 @@
|
|||
[2d.path.arc.negative.html]
|
||||
[arc() with negative radius throws INDEX_SIZE_ERR]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.arc.scale.2.html]
|
||||
[Highly scaled arcs are the right shape]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.arc.selfintersect.1.html]
|
||||
[arc() with lineWidth > 2*radius is drawn sensibly]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.arc.selfintersect.2.html]
|
||||
[arc() with lineWidth > 2*radius is drawn sensibly]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.arc.shape.3.html]
|
||||
[arc() from 0 to -pi/2 does not draw anything in the wrong quadrant]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.arc.shape.4.html]
|
||||
[arc() from 0 to -pi/2 draws stuff in the right quadrant]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.arcTo.negative.html]
|
||||
[arcTo() with negative radius throws an exception]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.isPointInPath.basic.html]
|
||||
[Verify the winding rule in isPointInPath works for for rect path.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.isPointInStroke.scaleddashes.html]
|
||||
[isPointInStroke() should return correct results on dashed paths at high scale factors]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.isPointInpath.invalid.html]
|
||||
[Verify isPointInPath throws exceptions with invalid inputs.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.path.isPointInpath.multi.path.html]
|
||||
[Verify the winding rule in isPointInPath works for path object.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +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,6 @@
|
|||
[2d.path.roundrect.1.radius.dompointinit.html]
|
||||
[Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPointInit, applies to the top-left and bottom-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.double.html]
|
||||
[Verify that when one radius is given to roundRect(), specified as a double, it 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.2.radii.1.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-right corners.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.2.radii.1.dompointinit.html]
|
||||
[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
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.2.radii.1.double.html]
|
||||
[Verify that when two radii are given to roundRect(), the first radius, specified as a double, applies to the top-left and bottom-right corners.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.2.radii.2.dompoint.html]
|
||||
[Verify that when two 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.2.radii.2.dompointinit.html]
|
||||
[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
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.2.radii.2.double.html]
|
||||
[Verify that when two radii are given to roundRect(), the second radius, specified as a double, applies to the top-right and bottom-left corners.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.3.radii.1.dompoint.html]
|
||||
[Verify that when three radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.3.radii.1.dompointinit.html]
|
||||
[Verify that when three radii are given to roundRect(), the first radius, specified as a DOMPointInit, applies to the top-left corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.3.radii.1.double.html]
|
||||
[Verify that when three radii are given to roundRect(), the first radius, specified as a double, applies to the top-left corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.3.radii.2.dompoint.html]
|
||||
[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.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 bottom-left corners.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.3.radii.2.double.html]
|
||||
[Verify that when three radii are given to roundRect(), the second radius, specified as a double, applies to the top-right and bottom-left corners.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.3.radii.3.dompoint.html]
|
||||
[Verify that when three radii are given to roundRect(), the third radius, specified as a DOMPoint, applies to the bottom-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.3.radii.3.dompointinit.html]
|
||||
[Verify that when three radii are given to roundRect(), the third radius, specified as a DOMPointInit, applies to the bottom-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.3.radii.3.double.html]
|
||||
[Verify that when three radii are given to roundRect(), the third radius, specified as a double, applies to the bottom-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.1.dompoint.html]
|
||||
[Verify that when four radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.1.dompointinit.html]
|
||||
[Verify that when four radii are given to roundRect(), the first radius, specified as a DOMPointInit, applies to the top-left corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.1.double.html]
|
||||
[Verify that when four radii are given to roundRect(), the first radius, specified as a double, applies to the top-left corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.2.dompoint.html]
|
||||
[Verify that when four radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.2.dompointinit.html]
|
||||
[Verify that when four radii are given to roundRect(), the second radius, specified as a DOMPointInit, applies to the top-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.2.double.html]
|
||||
[Verify that when four radii are given to roundRect(), the second radius, specified as a double, applies to the top-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.3.dompoint.html]
|
||||
[Verify that when four radii are given to roundRect(), the third radius, specified as a DOMPoint, applies to the bottom-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.3.dompointinit.html]
|
||||
[Verify that when four radii are given to roundRect(), the third radius, specified as a DOMPointInit, applies to the bottom-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.3.double.html]
|
||||
[Verify that when four radii are given to roundRect(), the third radius, specified as a double, applies to the bottom-right corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.4.dompoint.html]
|
||||
[Verify that when four radii are given to roundRect(), the fourth radius, specified as a DOMPoint, applies to the bottom-left corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.4.dompointinit.html]
|
||||
[Verify that when four radii are given to roundRect(), the fourth radius, specified as a DOMPointInit, applies to the bottom-left corner.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.4.radii.4.double.html]
|
||||
[Verify that when four radii are given to roundRect(), the fourth radius, specified as a double, applies to the bottom-left corner.]
|
||||
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.closed.html]
|
||||
[Canvas test: 2d.path.roundrect.closed]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.end.1.html]
|
||||
[Canvas test: 2d.path.roundrect.end.1]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.end.2.html]
|
||||
[Canvas test: 2d.path.roundrect.end.2]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.end.3.html]
|
||||
[Canvas test: 2d.path.roundrect.end.3]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.end.4.html]
|
||||
[Canvas test: 2d.path.roundrect.end.4]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.negative.html]
|
||||
[Canvas test: 2d.path.roundrect.negative]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.newsubpath.html]
|
||||
[Canvas test: 2d.path.roundrect.newsubpath]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.nonfinite.html]
|
||||
[roundRect() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.radius.intersecting.1.html]
|
||||
[Check that roundRects with intersecting corner arcs are rendered correctly.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.radius.intersecting.2.html]
|
||||
[Check that roundRects with intersecting corner arcs are rendered correctly.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.radius.negative.html]
|
||||
[roundRect() with negative radius throws an exception]
|
||||
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.noarugment.html]
|
||||
[Check that roundRect draws a rectangle when no radii are provided.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.radius.none.html]
|
||||
[Check that roundRect throws an RangeError if radii is an empty array.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.radius.toomany.html]
|
||||
[Check that roundRect throws an IndeSizeError if radii has more than four items.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.selfintersect.html]
|
||||
[Canvas test: 2d.path.roundrect.selfintersect]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.winding.html]
|
||||
[Canvas test: 2d.path.roundrect.winding]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.zero.1.html]
|
||||
[Canvas test: 2d.path.roundrect.zero.1]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.zero.2.html]
|
||||
[Canvas test: 2d.path.roundrect.zero.2]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.zero.3.html]
|
||||
[Canvas test: 2d.path.roundrect.zero.3]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.zero.4.html]
|
||||
[Canvas test: 2d.path.roundrect.zero.4]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.zero.5.html]
|
||||
[Canvas test: 2d.path.roundrect.zero.5]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.roundrect.zero.6.html]
|
||||
[Canvas test: 2d.path.roundrect.zero.6]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue