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,6 @@
[2d.shadow.alpha.2.html]
[Shadow colour alpha components are used]
expected: FAIL
[Shadow color alpha components are used]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.alpha.3.html]
[Shadows are affected by globalAlpha]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.alpha.4.html]
[Shadows with alpha components are correctly affected by globalAlpha]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.alpha.5.html]
[Shadows of shapes with alpha components are drawn correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.canvas.alpha.html]
[Shadows are drawn correctly for partially-transparent canvases]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.canvas.basic.html]
[Shadows are drawn for canvases]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.canvas.transparent.2.html]
[Shadows are not drawn for transparent parts of canvases]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.clip.1.html]
[Shadows of clipped shapes are still drawn within the clipping region]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.clip.2.html]
[Shadows are not drawn outside the clipping region]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.clip.3.html]
[Shadows of clipped shapes are still drawn within the clipping region]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.composite.1.html]
[Shadows are drawn using globalCompositeOperation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.composite.2.html]
[Shadows are drawn using globalCompositeOperation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.enable.blur.html]
[Shadows are drawn if shadowBlur is set]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.enable.x.html]
[Shadows are drawn if shadowOffsetX is set]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.enable.y.html]
[Shadows are drawn if shadowOffsetY is set]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.filter.value.html]
[test if ctx.filter works correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.gradient.alpha.html]
[Shadows are drawn correctly for partially-transparent gradient fills]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.gradient.basic.html]
[Shadows are drawn for gradient fills]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.gradient.transparent.2.html]
[Shadows are not drawn for transparent parts of gradient fills]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.image.alpha.html]
[Shadows are drawn correctly for partially-transparent images]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.image.basic.html]
[Shadows are drawn for images]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.image.scale.html]
[Shadows are drawn correctly for scaled images]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.image.transparent.2.html]
[Shadows are not drawn for transparent parts of images]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.offset.negativeX.html]
[Shadows can be offset with negative x]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.offset.negativeY.html]
[Shadows can be offset with negative y]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.offset.positiveX.html]
[Shadows can be offset with positive x]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.offset.positiveY.html]
[Shadows can be offset with positive y]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.outside.html]
[Shadows of shapes outside the visible area can be offset onto the visible area]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.pattern.alpha.html]
[Shadows are drawn correctly for partially-transparent fill patterns]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.pattern.basic.html]
[Shadows are drawn for fill patterns]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.pattern.transparent.2.html]
[Shadows are not drawn for transparent parts of fill patterns]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.stroke.basic.html]
[Shadows are drawn for strokes]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.stroke.cap.2.html]
[Shadows are drawn for stroke caps]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.stroke.join.2.html]
[Shadows are drawn for stroke joins]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.transform.1.html]
[Shadows take account of transformations]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.shadow.transform.2.html]
[Shadow offsets are not affected by transformations]
expected: FAIL

View file

@ -0,0 +1,4 @@
[canvas_shadows_001.htm]
[linear gradient fillRect draws shadow (black rectange)]
expected: FAIL

View file

@ -0,0 +1,2 @@
[canvas_shadows_002.htm]
expected: FAIL

View file

@ -0,0 +1,10 @@
[shadowBlur_gaussian_tolerance.1.html]
[shadowBlur Gaussian pixel values for small blur]
expected: FAIL
[shadowBlur Gaussian pixel values for large blur]
expected: FAIL
[shadowBlur Gaussian pixel values for no blur]
expected: FAIL