mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Parse @font-feature-values at-rule
We don't yet support the `font-display` descriptor as part of this
This commit is contained in:
Notes:
github-actions[bot]
2026-02-17 12:26:36 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/6d73a3e85f6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7979 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2,12 +2,12 @@ Harness status: OK
|
||||
|
||||
Found 8 tests
|
||||
|
||||
8 Fail
|
||||
Fail CSSFontFeatureValuesRule is correctly parsed and accessible via CSSOM.
|
||||
Fail CSSFontFeatureValuesRule family is settable and readable.
|
||||
Fail CSSFontFeatureValuesMap entries are settable to single values.
|
||||
Fail CSSFontFeatureValuesMap entries are settable to sequences of numbers.
|
||||
Fail New rules can be added.
|
||||
Fail Deleting single entries is possible.
|
||||
Fail Clearing all entries is possible.
|
||||
Fail Multiple rules for the same family are kept separate in CSSOM.
|
||||
8 Pass
|
||||
Pass CSSFontFeatureValuesRule is correctly parsed and accessible via CSSOM.
|
||||
Pass CSSFontFeatureValuesRule family is settable and readable.
|
||||
Pass CSSFontFeatureValuesMap entries are settable to single values.
|
||||
Pass CSSFontFeatureValuesMap entries are settable to sequences of numbers.
|
||||
Pass New rules can be added.
|
||||
Pass Deleting single entries is possible.
|
||||
Pass Clearing all entries is possible.
|
||||
Pass Multiple rules for the same family are kept separate in CSSOM.
|
||||
Reference in New Issue
Block a user