Files
servo/tests/wpt/meta/css/css-fonts/parsing/font-face-src-list.html.ini
Oriol Brufau 963104e5fc 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.
2023-08-15 00:28:32 +00:00

52 lines
1.6 KiB
INI

[font-face-src-list.html]
[Check that src: local(inherit), url(foo.ttf) is valid]
expected: FAIL
[Check that src: local("myfont"), local(unset) is valid]
expected: FAIL
[Check that src: local(), url(foo.ttf) is valid]
expected: FAIL
[Check that src: local(12px monospace), url(foo.ttf) is valid]
expected: FAIL
[Check that src: local("myfont") format(opentype), url(foo.ttf) is valid]
expected: FAIL
[Check that src: url(not a valid url/bar.ttf), url(foo.ttf) is valid]
expected: FAIL
[Check that src: url(foo.ttf) format(bad), url(foo.ttf) is valid]
expected: FAIL
[Check that src: url(foo.ttf) tech(unknown), url(foo.ttf) is valid]
expected: FAIL
[Check that src: url(foo.ttf) tech(color-COLRv0) otherfunc(othervalue), url(foo.ttf) is valid]
expected: FAIL
[Check that src: url(foo.ttf), url(something.ttf) format(broken) is valid]
expected: FAIL
[Check that src: /* an empty component */, url(foo.ttf) is valid]
expected: FAIL
[Check that src: local(""), url(foo.ttf), unparseable-garbage, local("another font name") is valid]
expected: FAIL
[Check that src: local(), local(initial) is invalid]
expected: FAIL
[Check that src: local("textfont") format(opentype), local("emoji") tech(color-COLRv0) is invalid]
expected: FAIL
[Check that src: local(), /*empty*/, url(should be quoted.ttf), junk is invalid]
expected: FAIL
[Check that src: url(foo.ttf) format(unknown), url(bar.ttf) tech(broken) is invalid]
expected: FAIL
[Check that src: url(foo.ttf) tech(color-COLRv0) otherfunc(othervalue), junk is invalid]
expected: FAIL