Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 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.basic.html]
[Canvas test: 2d.text.font.parse.basic]
expected: FAIL

View file

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

View file

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

View file

@ -0,0 +1,3 @@
[2d.text.font.parse.family.html]
[Canvas test: 2d.text.font.parse.family]
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.font.parse.size.percentage.default.html]
[Canvas test: 2d.text.font.parse.size.percentage.default]
expected: FAIL

View file

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

View file

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

View file

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

View file

@ -0,0 +1,2 @@
[2d.text.fontVariantCaps2.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.text.fontVariantCaps3.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.text.fontVariantCaps4.html]
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-low-ascent.html]
[Testing emHeights with reduced ascent metric]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.measure.emHeights-zero-descent.html]
[Testing emHeights with zero descent metric]
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-reduced-ascent.html]
[Testing fontBoundingBox for OffscreenCanvas with reduced ascent metric]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.measure.fontBoundingBox-zero-descent.html]
[Testing fontBoundingBox for OffscreenCanvas with zero descent metric]
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,6 @@
[parent-style-relative-units.html]
[Font-size based on canvas element font-size]
expected: FAIL
[Font-size based on canvas element line-height]
expected: FAIL