mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
52 lines
1.6 KiB
INI
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), 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), url(foo.ttf) is valid]
|
|
expected: FAIL
|
|
|
|
[Check that src: url(foo.ttf) tech(color-COLRv0) otherfunc(othervalue), junk is invalid]
|
|
expected: FAIL
|