Files
servo/tests/wpt/meta-legacy-layout/css/css-fonts/parsing/font-face-src-local.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

55 lines
1.2 KiB
INI

[font-face-src-local.html]
[Check that src: local(A) dummy() is invalid]
expected: FAIL
[Check that src: dummy() local(A) is invalid]
expected: FAIL
[Check that src: local( A ) is valid]
expected: FAIL
[Check that src: local(A B) is valid]
expected: FAIL
[Check that src: local(A B) is valid]
expected: FAIL
[Check that src: local( A B ) is valid]
expected: FAIL
[Check that src: local(default) is invalid]
expected: FAIL
[Check that src: local(inherit) is invalid]
expected: FAIL
[Check that src: local(revert) is invalid]
expected: FAIL
[Check that src: local(unset) is invalid]
expected: FAIL
[Check that src: local(default A) is valid]
expected: FAIL
[Check that src: local(inherit A) is valid]
expected: FAIL
[Check that src: local(revert A) is valid]
expected: FAIL
[Check that src: local(unset A) is valid]
expected: FAIL
[Check that src: local("default") is valid]
expected: FAIL
[Check that src: local("inherit") is valid]
expected: FAIL
[Check that src: local("revert") is valid]
expected: FAIL
[Check that src: local("unset") is valid]
expected: FAIL