Enable more DOM preferences for unofficial WPT test runs (#34116)

* Enable some DOM prefs for all WPT tests.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update expected results.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2024-11-03 10:36:13 -05:00 committed by GitHub
parent 2a6d480cd8
commit a2af619009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1331 changed files with 667 additions and 6946 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +0,0 @@
[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

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

View file

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

View file

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

View file

@ -1,4 +0,0 @@
[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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

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

View file

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

View file

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

View file

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

View file

@ -1,4 +0,0 @@
[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

@ -1,4 +0,0 @@
[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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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