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.line.cap.butt.html]
[lineCap 'butt' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.butt.worker.html]
[lineCap 'butt' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.closed.html]
[Line caps are not drawn at the corners of an unclosed rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.closed.worker.html]
[Line caps are not drawn at the corners of an unclosed rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.invalid.html]
[Setting lineCap to invalid values is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.invalid.worker.html]
[Setting lineCap to invalid values is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.open.html]
[Line caps are drawn at the corners of an unclosed rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.open.worker.html]
[Line caps are drawn at the corners of an unclosed rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.round.html]
[lineCap 'round' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.round.worker.html]
[lineCap 'round' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.square.html]
[lineCap 'square' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.square.worker.html]
[lineCap 'square' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.valid.html]
[Setting lineCap to valid values works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.cap.valid.worker.html]
[Setting lineCap to valid values works]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +0,0 @@
[2d.line.fill.noop.html]
[Filling a line draws nothing]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.line.fill.noop.worker.html]
[Filling a line draws nothing]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.line.invalid.strokestyle.html]
[Verify correct behavior of canvas on an invalid strokeStyle()]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.line.invalid.strokestyle.worker.html]
[Verify correct behavior of canvas on an invalid strokeStyle()]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.bevel.html]
[lineJoin 'bevel' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.bevel.worker.html]
[lineJoin 'bevel' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.closed.html]
[Line joins are drawn at the corner of a closed rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.closed.worker.html]
[Line joins are drawn at the corner of a closed rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.invalid.html]
[Setting lineJoin to invalid values is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.invalid.worker.html]
[Setting lineJoin to invalid values is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.miter.html]
[lineJoin 'miter' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.miter.worker.html]
[lineJoin 'miter' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.open.html]
[Line joins are not drawn at the corner of an unclosed rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.open.worker.html]
[Line joins are not drawn at the corner of an unclosed rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.parallel.html]
[Line joins are drawn at 180-degree joins]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.parallel.worker.html]
[Line joins are drawn at 180-degree joins]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.round.html]
[lineJoin 'round' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.round.worker.html]
[lineJoin 'round' is rendered correctly]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.valid.html]
[Setting lineJoin to valid values works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.join.valid.worker.html]
[Setting lineJoin to valid values works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.acute.html]
[Miter joins are drawn correctly with acute angles]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.acute.worker.html]
[Miter joins are drawn correctly with acute angles]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.exceeded.html]
[Miter joins are not drawn when the miter limit is exceeded]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.exceeded.worker.html]
[Miter joins are not drawn when the miter limit is exceeded]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.invalid.html]
[Setting miterLimit to invalid values is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.invalid.worker.html]
[Setting miterLimit to invalid values is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.lineedge.html]
[Miter joins are not drawn when the miter limit is exceeded at the corners of a zero-height rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.lineedge.worker.html]
[Miter joins are not drawn when the miter limit is exceeded at the corners of a zero-height rectangle]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.obtuse.html]
[Miter joins are drawn correctly with obtuse angles]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.obtuse.worker.html]
[Miter joins are drawn correctly with obtuse angles]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.rightangle.html]
[Miter joins are not drawn when the miter limit is exceeded, on exact right angles]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.rightangle.worker.html]
[Miter joins are not drawn when the miter limit is exceeded, on exact right angles]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.valid.html]
[Setting miterLimit to valid values works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.valid.worker.html]
[Setting miterLimit to valid values works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.within.html]
[Miter joins are drawn when the miter limit is not quite exceeded]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.miter.within.worker.html]
[Miter joins are drawn when the miter limit is not quite exceeded]
expected: FAIL

View file

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

View file

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

View file

@ -1,4 +0,0 @@
[2d.line.width.basic.html]
[lineWidth determines the width of line strokes]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.basic.worker.html]
[lineWidth determines the width of line strokes]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.invalid.html]
[Setting lineWidth to invalid values is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.invalid.worker.html]
[Setting lineWidth to invalid values is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.scaledefault.html]
[Default lineWidth strokes are affected by scale transformations]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.scaledefault.worker.html]
[Default lineWidth strokes are affected by scale transformations]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.transformed.html]
[Line stroke widths are affected by scale transformations]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.transformed.worker.html]
[Line stroke widths are affected by scale transformations]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.valid.html]
[Setting lineWidth to valid values works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.line.width.valid.worker.html]
[Setting lineWidth to valid values works]
expected: FAIL