Update web-platform-tests to revision b'dcf353e2846063d4b9e62ec75545d0ea857ef765' (#30045)

This commit is contained in:
Servo WPT Sync
2023-08-01 09:47:21 -04:00
committed by GitHub
parent 8a5d5eaf13
commit 4061d13ba6
610 changed files with 10249 additions and 12779 deletions

View File

@@ -0,0 +1,3 @@
[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,3 @@
[2d.text.draw.align.end.ltr.html]
[textAlign end with ltr is the right edge]
expected: FAIL

View File

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

View File

@@ -0,0 +1,3 @@
[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,3 @@
[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,3 @@
[2d.text.draw.align.start.ltr.html]
[textAlign start with ltr is the left edge]
expected: FAIL

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
[2d.text.draw.baseline.bottom.html]
[textBaseline bottom is the bottom of the em square (not the bounding box)]
expected: FAIL

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
[2d.text.draw.baseline.middle.html]
[textBaseline middle is the middle of the em square (not the bounding box)]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[2d.text.draw.baseline.top.html]
[textBaseline top is the top of the em square (not the bounding box)]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[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.fill.maxWidth.fontface.html]
[fillText works on @font-face fonts]
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,3 @@
[2d.text.draw.space.basic.html]
[U+0020 is rendered the correct size (1em wide)]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[2d.text.draw.space.collapse.end.html]
[Space characters at the end of a line are NOT collapsed]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[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,3 @@
[2d.text.draw.space.collapse.other.html]
[Space characters are converted to U+0020, and are NOT collapsed]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[2d.text.draw.space.collapse.space.html]
[Space characters are converted to U+0020, and are NOT collapsed]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[2d.text.draw.space.collapse.start.html]
[Space characters at the start of a line are NOT collapsed]
expected: FAIL

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
[2d.text.drawing.style.fontStretch.settings.html]
[Testing value setting of fontStretch in Canvas]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[2d.text.drawing.style.fontVariant.settings.html]
[Testing basic functionalities of fontVariant 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 with different length units]
expected: FAIL

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
[2d.text.drawing.style.measure.textAlign.html]
[Measurement should be related to textAlignment]
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,3 @@
[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 word spacing with different length units]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[2d.text.font.parse.invalid.html]
[Canvas test: 2d.text.font.parse.invalid]
expected: FAIL

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
[2d.text.measure.width.space.html]
[Space characters are converted to U+0020 and NOT collapsed]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[direction-inherit-rtl.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[direction-rtl.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[fontVariantCaps-2.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[fontVariantCaps-3.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[fontVariantCaps-4.html]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[parent-style-relative-units.html]
[Font-size based on canvas element line-height]
expected: FAIL