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.clearRect.basic.html]
[clearRect clears to transparent black]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.basic.worker.html]
[clearRect clears to transparent black]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.clip.html]
[clearRect is affected by clipping regions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.clip.worker.html]
[clearRect is affected by clipping regions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.globalalpha.html]
[clearRect is not affected by globalAlpha]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.globalalpha.worker.html]
[clearRect is not affected by globalAlpha]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.globalcomposite.html]
[clearRect is not affected by globalCompositeOperation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.globalcomposite.worker.html]
[clearRect is not affected by globalCompositeOperation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.negative.html]
[clearRect of negative sizes works]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.negative.worker.html]
[clearRect of negative sizes works]
expected: FAIL

View file

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

View file

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

View file

@ -0,0 +1,4 @@
[2d.clearRect.path.html]
[clearRect does not affect the current path]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.path.worker.html]
[clearRect does not affect the current path]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.shadow.html]
[clearRect does not draw shadows]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.shadow.worker.html]
[clearRect does not draw shadows]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.transform.html]
[clearRect is affected by transforms]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.transform.worker.html]
[clearRect is affected by transforms]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.zero.html]
[clearRect of zero pixels has no effect]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.clearRect.zero.worker.html]
[clearRect of zero pixels has no effect]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.basic.html]
[fillRect works]
expected: FAIL

View file

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

View file

@ -0,0 +1,4 @@
[2d.fillRect.clip.html]
[fillRect is affected by clipping regions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.clip.worker.html]
[fillRect is affected by clipping regions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.negative.html]
[fillRect of negative sizes works]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.negative.worker.html]
[fillRect of negative sizes works]
expected: FAIL

View file

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

View file

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

View file

@ -0,0 +1,4 @@
[2d.fillRect.path.html]
[fillRect does not affect the current path]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.path.worker.html]
[fillRect does not affect the current path]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.shadow.html]
[fillRect draws shadows]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.shadow.worker.html]
[fillRect draws shadows]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.transform.html]
[fillRect is affected by transforms]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.transform.worker.html]
[fillRect is affected by transforms]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.zero.html]
[fillRect of zero pixels has no effect]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillRect.zero.worker.html]
[fillRect of zero pixels has no effect]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.basic.html]
[strokeRect works]
expected: FAIL

View file

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

View file

@ -0,0 +1,4 @@
[2d.strokeRect.clip.html]
[strokeRect is affected by clipping regions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.clip.worker.html]
[strokeRect is affected by clipping regions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.globalalpha.html]
[strokeRect is affected by globalAlpha]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.globalalpha.worker.html]
[strokeRect is affected by globalAlpha]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.globalcomposite.html]
[strokeRect is not affected by globalCompositeOperation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.globalcomposite.worker.html]
[strokeRect is not affected by globalCompositeOperation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.negative.html]
[strokeRect of negative sizes works]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.negative.worker.html]
[strokeRect of negative sizes works]
expected: FAIL

View file

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

View file

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

View file

@ -0,0 +1,4 @@
[2d.strokeRect.path.html]
[strokeRect does not affect the current path]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.path.worker.html]
[strokeRect does not affect the current path]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.shadow.html]
[strokeRect draws shadows]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.shadow.worker.html]
[strokeRect draws shadows]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.transform.html]
[fillRect is affected by transforms]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.transform.worker.html]
[fillRect is affected by transforms]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.1.html]
[strokeRect of 0x0 pixels draws nothing]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.1.worker.html]
[strokeRect of 0x0 pixels draws nothing]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.2.html]
[strokeRect of 0x0 pixels draws nothing, including caps and joins]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.2.worker.html]
[strokeRect of 0x0 pixels draws nothing, including caps and joins]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.3.html]
[strokeRect of Nx0 pixels draws a straight line]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.3.worker.html]
[strokeRect of Nx0 pixels draws a straight line]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.4.html]
[strokeRect of Nx0 pixels draws a closed line with no caps]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.4.worker.html]
[strokeRect of Nx0 pixels draws a closed line with no caps]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.5.html]
[strokeRect of Nx0 pixels draws a closed line with joins]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.strokeRect.zero.5.worker.html]
[strokeRect of Nx0 pixels draws a closed line with joins]
expected: FAIL