Files
ladybird/Tests/LibWeb/Text/expected/css/font-face-serialization.txt
Callum Law 1c1476f728 LibWeb: Don't compute font-feature-settings until compute-time
Previously we applied the computation logic (i.e. deduplication and
sorting of tags) at parse time
2026-01-13 10:21:26 +00:00

8 lines
467 B
Plaintext

@font-face { font-family: "a1"; src: local("xyz"); }
@font-face { font-family: "b1"; font-feature-settings: "bbbb" 0, "aaaa", "zzzz", "yyyy" 3; }
@font-face { font-family: "b2"; font-feature-settings: "aaaa", "aaaa" 0, "aaaa" 3; }
@font-face { font-family: "c1"; font-stretch: extra-condensed; }
@font-face { font-family: "c2"; font-stretch: 50%; }
@font-face { font-family: "c3"; font-stretch: extra-condensed; }
@font-face { font-family: "c4"; font-stretch: 50%; }