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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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

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

View file

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

View file

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

View file

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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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