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,3 @@
[2d.conformance.requirements.basics.html]
[void methods return undefined]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.text-outside-of-the-flat-tree.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.conformance.requirements.basics.html]
[void methods return undefined]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.voidreturn.html]
[void methods return undefined]
expected: FAIL

View file

@ -0,0 +1,13 @@
[getContextAttributes.html]
[Test context creation attributes alpha: true]
expected: FAIL
[Test context creation attributes alpha: false]
expected: FAIL
[Test default context creation attributes]
expected: FAIL
[Test context creation attributes desynchronized: false]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.drawImage.zerosource.image.html]
[drawImage with zero-sized source rectangle from image throws INDEX_SIZE_ERR]
expected: FAIL

View file

@ -0,0 +1,25 @@
[drawimage_canvas.html]
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 99,84 should be black.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 70,70 should be blue.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 69,69 should be red.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 99,70 should be blue.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 99,99 should be black.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 70,99 should be blue.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 84,99 should be black.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 82,82 should be blue.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[drawimage_html_image.html]
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 99,99 should be light purple.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 69,69 should be red.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 99,70 should be light purple.]
expected: FAIL
[Test scenario 12: sx = -20, sy = -20, sw = 50, sh = 50, dx = 20, dy = 20, dw = 125, dh = 125 --- Pixel 70,99 should be light purple.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[drawimage_svg_image_1.html]
[Load a 100x100 image to a SVG image and draw it to a 100x100 canvas.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[drawimage_svg_image_with_foreign_object_does_not_taint.html]
expected: TIMEOUT
[Canvas should not be tainted after drawing SVG including <foreignObject>]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[drawImage-from-bitmap-swap-width-height-orientation-none.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[drawImage-from-bitmap-swap-width-height.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[drawImage-from-blob.tentative.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[drawImage-from-element-swap-width-height.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[drawImage-with-src-rect.tentative.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[drawFocusIfNeeded_001.html]
[drawFocusIfNeeded draws a focus ring.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[drawFocusIfNeeded_002.html]
[drawFocusIfNeeded does not draw a focus ring if the element is not in focus.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[drawFocusIfNeeded_003.html]
[drawFocusIfNeeded does not draw a focus ring if the element is not a descendant of the context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[drawFocusIfNeeded_004.html]
[drawFocusIfNeeded does draw a focus ring if the element is in focus.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[drawFocusIfNeeded_005.html]
[drawFocusIfNeeded does draw a focus ring if the element is in focus and the user activated a particular focus ring.]
expected: FAIL

View file

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

View file

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

View file

@ -0,0 +1,4 @@
[2d.text.draw.align.center.html]
[textAlign center is the center of the em squares (not the bounding box)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.align.end.ltr.html]
[textAlign end with ltr is the right edge]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.align.end.rtl.html]
[textAlign end with rtl is the left edge]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.align.left.html]
[textAlign left is the left of the first em square (not the bounding box)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.align.right.html]
[textAlign right is the right of the last em square (not the bounding box)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.align.start.ltr.html]
[textAlign start with ltr is the left edge]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.align.start.rtl.html]
[textAlign start with rtl is the right edge]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.fill.maxWidth.bound.html]
[fillText handles maxWidth based on line size, not bounding box size]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.draw.fontface.html]
[Canvas test: 2d.text.draw.fontface]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.draw.fontface.notinpage.html]
[@font-face fonts should work even if they are not used in the page]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.draw.fontface.repeat.html]
[Draw with the font immediately, then wait a bit until and draw again. (This crashes some version of WebKit.)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.space.basic.html]
[U+0020 is rendered the correct size (1em wide)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.space.collapse.nonspace.html]
[Non-space characters are not converted to U+0020 and collapsed]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.draw.stroke.unaffected.html]
[strokeText does not start a new path or subpath]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontKerning.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontKerning.with.uppercase.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.fontVariant.settings.html]
[Testing basic functionalities of fontKerning for canvas]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.drawing.style.invalid.spacing.html]
[Testing letter spacing and word spacing with invalid units]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.drawing.style.letterSpacing.change.font.html]
[Set letter spacing and word spacing to font dependent value and verify it works after font change.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.drawing.style.letterSpacing.measure.html]
[Testing letter spacing and word spacing]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.drawing.style.nonfinite.spacing.html]
[Testing letter spacing and word spacing with nonfinite inputs]
expected: FAIL

View file

@ -0,0 +1,7 @@
[2d.text.drawing.style.spacing.html]
[Testing baselines]
expected: FAIL
[Testing letter spacing and word spacing]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.spacing.measure.html]
[Testing letter spacing and word spacing]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.drawing.style.textRendering.settings.html]
[Testing basic functionalities of textRendering in Canvas]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.drawing.style.wordSpacing.change.font.html]
[Set word spacing and word spacing to font dependent value and verify it works after font change.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.drawing.style.wordSpacing.measure.html]
[Testing if word spacing is working properly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.measure.actualBoundingBox.html]
[Testing actualBoundingBox]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.measure.advances.html]
[Testing width advances]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.measure.baselines.html]
[Testing baselines]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.measure.boundingBox.direction.html]
[Measurement should follow text direction]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.measure.boundingBox.textAlign.html]
[Measurement should be related to textAlignment]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.measure.emHeights.html]
[Testing emHeights]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.measure.fontBoundingBox.ahem.html]
[Testing fontBoundingBox for font ahem]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.measure.fontBoundingBox.html]
[Testing fontBoundingBox]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.measure.rtl.text.html]
[Measurement should follow canvas direction instead text direction]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.measure.width.basic.html]
[The width of character is same as font used]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.text.measure.width.empty.html]
[The empty string has zero width]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.CSSHSL.html]
[CSSHSL works as color input]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.CSSRGB.html]
[CSSRGB works as color input]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.colorObject.html]
[ctx.fillStyle works with color objects]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.colorObject.transparency.html]
[ctx.fillStyle with color objects has transparency]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.get.halftransparent.html]
[Canvas test: 2d.fillStyle.get.halftransparent]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.fillStyle.parse.system.html]
[Canvas test: 2d.fillStyle.parse.system]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.gradient.conic.html]
[Conic gradient function exists]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.gradient.conic.invalid.inputs.html]
[Conic gradient function with invalid inputs]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.gradient.conic.negative.rotation.html]
[Conic gradient with negative rotation]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.gradient.conic.positive.rotation.html]
[Conic gradient with positive rotation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.gradient.interpolate.zerosize.strokeText.html]
[Canvas test: 2d.gradient.interpolate.zerosize.strokeText]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.gradient.radial.cone.behind.html]
[Canvas test: 2d.gradient.radial.cone.behind]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.gradient.radial.cone.shape2.html]
[Canvas test: 2d.gradient.radial.cone.shape2]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.gradient.radial.outside2.html]
[Canvas test: 2d.gradient.radial.outside2]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.gradient.radial.outside3.html]
[Canvas test: 2d.gradient.radial.outside3]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.image.nonexistent-but-loading.html]
[Canvas test: 2d.pattern.image.nonexistent-but-loading]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.image.nosrc.html]
[Canvas test: 2d.pattern.image.nosrc]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.image.zeroheight.html]
[Canvas test: 2d.pattern.image.zeroheight]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.image.zerowidth.html]
[Canvas test: 2d.pattern.image.zerowidth]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.svgimage.nonexistent.html]
[Canvas test: 2d.pattern.svgimage.nonexistent]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.svgimage.zeroheight.html]
[Canvas test: 2d.pattern.svgimage.zeroheight]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.svgimage.zerowidth.html]
[Canvas test: 2d.pattern.svgimage.zerowidth]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.transform.identity.html]
[Canvas test: 2d.pattern.transform.identity]
expected: FAIL

View file

@ -0,0 +1,4 @@
[2d.pattern.transform.infinity.html]
[Canvas test: 2d.pattern.transform.infinity]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.strokeStyle.colorObject.html]
[ctx.strokeStyle works with color objects]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.strokeStyle.colorObject.transparency.html]
[ctx.strokeStyle with color objects has transparency]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.blur.exceptions.html]
[Test exceptions on CanvasFilter() blur.object]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.blur.exceptions.tentative.html]
[Test exceptions on CanvasFilter() blur.object]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.colorMatrix.html]
[Test the functionality of ColorMatrix filters in CanvasFilter objects]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.colorMatrix.tentative.html]
[Test the functionality of ColorMatrix filters in CanvasFilter objects]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.discrete.html]
[Test pixels on CanvasFilter() componentTransfer with discrete type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.discrete.tentative.html]
[Test pixels on CanvasFilter() componentTransfer with discrete type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.gamma.html]
[Test pixels on CanvasFilter() componentTransfer with gamma type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.gamma.tentative.html]
[Test pixels on CanvasFilter() componentTransfer with gamma type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.identity.html]
[Test pixels on CanvasFilter() componentTransfer with identity type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.identity.tentative.html]
[Test pixels on CanvasFilter() componentTransfer with identity type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.linear.html]
[Test pixels on CanvasFilter() componentTransfer with linear type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.linear.tentative.html]
[Test pixels on CanvasFilter() componentTransfer with linear type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.table.html]
[Test pixels on CanvasFilter() componentTransfer with table type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.componentTransfer.table.tentative.html]
[Test pixels on CanvasFilter() componentTransfer with table type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.filter.canvasFilterObject.convolveMatrix.exceptions.html]
[Test exceptions on CanvasFilter() convolveMatrix]
expected: FAIL

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