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:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.1.html]
[arc() draws pi/2 .. -pi anticlockwise correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.1.worker.html]
[arc() draws pi/2 .. -pi anticlockwise correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.2.html]
[arc() draws -3pi/2 .. -pi anticlockwise correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.2.worker.html]
[arc() draws -3pi/2 .. -pi anticlockwise correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.3.html]
[arc() wraps angles mod 2pi when anticlockwise and end > start+2pi]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.3.worker.html]
[arc() wraps angles mod 2pi when anticlockwise and end > start+2pi]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.4.html]
[arc() draws a full circle when clockwise and end > start+2pi]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.4.worker.html]
[arc() draws a full circle when clockwise and end > start+2pi]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.5.html]
[arc() wraps angles mod 2pi when clockwise and start > end+2pi]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.5.worker.html]
[arc() wraps angles mod 2pi when clockwise and start > end+2pi]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.6.html]
[arc() draws a full circle when anticlockwise and start > end+2pi]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.angle.6.worker.html]
[arc() draws a full circle when anticlockwise and start > end+2pi]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.default.html]
[arc() with missing last argument defaults to clockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.default.worker.html]
[arc() with missing last argument defaults to clockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.empty.html]
[arc() with an empty path does not draw a straight line to the start point]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.empty.worker.html]
[arc() with an empty path does not draw a straight line to the start point]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.end.html]
[arc() adds the end point of the arc to the subpath]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.end.worker.html]
[arc() adds the end point of the arc to the subpath]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.negative.html]
[arc() with negative radius throws INDEX_SIZE_ERR]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.negative.worker.html]
[arc() with negative radius throws INDEX_SIZE_ERR]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.nonempty.html]
[arc() with a non-empty path does draw a straight line to the start point]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.nonempty.worker.html]
[arc() with a non-empty path does draw a straight line to the start point]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.nonfinite.html]
[arc() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.nonfinite.worker.html]
[arc() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.scale.1.html]
[Non-uniformly scaled arcs are the right shape]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.scale.1.worker.html]
[Non-uniformly scaled arcs are the right shape]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.scale.2.html]
[Highly scaled arcs are the right shape]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.scale.2.worker.html]
[Highly scaled arcs are the right shape]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.selfintersect.1.html]
[arc() with lineWidth > 2*radius is drawn sensibly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.selfintersect.1.worker.html]
[arc() with lineWidth > 2*radius is drawn sensibly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.selfintersect.2.html]
[arc() with lineWidth > 2*radius is drawn sensibly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.selfintersect.2.worker.html]
[arc() with lineWidth > 2*radius is drawn sensibly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.1.html]
[arc() from 0 to pi does not draw anything in the wrong half]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.1.worker.html]
[arc() from 0 to pi does not draw anything in the wrong half]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.2.html]
[arc() from 0 to pi draws stuff in the right half]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.2.worker.html]
[arc() from 0 to pi draws stuff in the right half]
expected: FAIL

View file

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

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.3.worker.html]
[arc() from 0 to -pi/2 does not draw anything in the wrong quadrant]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.4.html]
[arc() from 0 to -pi/2 draws stuff in the right quadrant]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.4.worker.html]
[arc() from 0 to -pi/2 draws stuff in the right quadrant]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.5.html]
[arc() from 0 to 5pi does not draw crazy things]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.shape.5.worker.html]
[arc() from 0 to 5pi does not draw crazy things]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.twopie.1.html]
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.twopie.1.worker.html]
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.twopie.2.html]
[arc() draws a full circle when end = start + 2pi-e and clockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.twopie.2.worker.html]
[arc() draws a full circle when end = start + 2pi-e and clockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.twopie.3.html]
[arc() draws a full circle when end = start + 2pi+e and anticlockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.twopie.3.worker.html]
[arc() draws a full circle when end = start + 2pi+e and anticlockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.twopie.4.html]
[arc() draws nothing when end = start + 2pi+e and clockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.twopie.4.worker.html]
[arc() draws nothing when end = start + 2pi+e and clockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.zero.1.html]
[arc() draws nothing when startAngle = endAngle and anticlockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.zero.1.worker.html]
[arc() draws nothing when startAngle = endAngle and anticlockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.zero.2.html]
[arc() draws nothing when startAngle = endAngle and clockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.zero.2.worker.html]
[arc() draws nothing when startAngle = endAngle and clockwise]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.zeroradius.html]
[arc() with zero radius draws a line to the start point]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arc.zeroradius.worker.html]
[arc() with zero radius draws a line to the start point]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.coincide.1.html]
[arcTo() has no effect if P0 = P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.coincide.1.worker.html]
[arcTo() has no effect if P0 = P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.coincide.2.html]
[arcTo() draws a straight line to P1 if P1 = P2]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.coincide.2.worker.html]
[arcTo() draws a straight line to P1 if P1 = P2]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.collinear.1.html]
[arcTo() with all points on a line, and P1 between P0/P2, draws a straight line to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.collinear.1.worker.html]
[arcTo() with all points on a line, and P1 between P0/P2, draws a straight line to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.collinear.2.html]
[arcTo() with all points on a line, and P2 between P0/P1, draws a straight line to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.collinear.2.worker.html]
[arcTo() with all points on a line, and P2 between P0/P1, draws a straight line to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.collinear.3.html]
[arcTo() with all points on a line, and P0 between P1/P2, draws a straight line to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.collinear.3.worker.html]
[arcTo() with all points on a line, and P0 between P1/P2, draws a straight line to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.ensuresubpath.1.html]
[If there is no subpath, the first control point is added (and nothing is drawn up to it)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.ensuresubpath.1.worker.html]
[If there is no subpath, the first control point is added (and nothing is drawn up to it)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.ensuresubpath.2.html]
[If there is no subpath, the first control point is added]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.ensuresubpath.2.worker.html]
[If there is no subpath, the first control point is added]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.negative.html]
[arcTo() with negative radius throws an exception]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.negative.worker.html]
[arcTo() with negative radius throws an exception]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.nonfinite.html]
[arcTo() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.nonfinite.worker.html]
[arcTo() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.scale.html]
[arcTo scales the curve, not just the control points]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.scale.worker.html]
[arcTo scales the curve, not just the control points]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.shape.curve1.html]
[arcTo() curves in the right kind of shape]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.shape.curve1.worker.html]
[arcTo() curves in the right kind of shape]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.shape.curve2.html]
[arcTo() curves in the right kind of shape]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.shape.curve2.worker.html]
[arcTo() curves in the right kind of shape]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.shape.end.html]
[arcTo() does not draw anything from P1 to P2]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.shape.end.worker.html]
[arcTo() does not draw anything from P1 to P2]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.shape.start.html]
[arcTo() draws a straight line from P0 to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.shape.start.worker.html]
[arcTo() draws a straight line from P0 to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.transformation.html]
[arcTo joins up to the last subpath point correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.transformation.worker.html]
[arcTo joins up to the last subpath point correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.zero.1.html]
[arcTo() with zero radius draws a straight line from P0 to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.zero.1.worker.html]
[arcTo() with zero radius draws a straight line from P0 to P1]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.zero.2.html]
[arcTo() with zero radius draws a straight line from P0 to P1, even when all points are collinear]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.arcTo.zero.2.worker.html]
[arcTo() with zero radius draws a straight line from P0 to P1, even when all points are collinear]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.beginPath.html]
[OffscreenCanvas test: 2d.path.beginPath]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.beginPath.worker.html]
[2d]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.basic.html]
[OffscreenCanvas test: 2d.path.bezierCurveTo.basic]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.basic.worker.html]
[2d]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.ensuresubpath.1.html]
[If there is no subpath, the first control point is added (and nothing is drawn up to it)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.ensuresubpath.1.worker.html]
[If there is no subpath, the first control point is added (and nothing is drawn up to it)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.ensuresubpath.2.html]
[If there is no subpath, the first control point is added]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.ensuresubpath.2.worker.html]
[If there is no subpath, the first control point is added]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.nonfinite.html]
[bezierCurveTo() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.path.bezierCurveTo.nonfinite.worker.html]
[bezierCurveTo() with Infinity/NaN is ignored]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more