mirror of
https://github.com/servo/servo.git
synced 2025-09-01 10:38:25 +01:00
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:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -1,2 +1,117 @@
|
|||
[font-face-src-tech.html]
|
||||
expected: ERROR
|
||||
[Check that src: url("foo.ttf") is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech() is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(features-opentype) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(features-aat) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(color-COLRv0) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(color-COLRv1) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(color-sbix) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(color-CBDT) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(variations) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(palettes) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech("features-opentype") is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech("color-COLRv0") is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech("variations") is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(features-opentype, color-COLRv0, variations, palettes) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(features-opentype color-COLRv0 variations palettes) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(feature-opentype) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(feature-aat) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(feature-graphite) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(auto) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(default) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(inherit) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(initial) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(none) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(normal) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(xyzzy) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(xyzzy, features-opentype) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(features-opentype, xyzzy) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") format(opentype) tech(features-opentype) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(features-opentype) format(opentype) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(incremental), url("bar.html") is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(incremental, color-SVG, features-graphite, features-aat), url("bar.html") is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(color-SVG, features-graphite), url("bar.html") is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(color-SVG), url("bar.html") is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(features-graphite), url("bar.html") is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") dummy("opentype") tech(variations) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") dummy("opentype") dummy(variations) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") format(opentype) tech(features-opentype) dummy(something) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") format(dummy), url("foo.ttf") tech(variations) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[Check that src: url("foo.ttf") tech(color), url("bar.html") is valid]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue