Files
ladybird/Tests/LibWeb/Layout/input/font-variation-settings-doesnt-disallow-merging-fallback-font.html
Callum Law 5917a8c1c8 LibGfx+LibWeb: Allow setting FontVariationSettings for default font
While our default font supporting variations is unlikely, this is
nevertheless required for our fallback font to be considered equal to
it's non-default/fallback equivalent (i.e. `font-family: serif`) which
in turn is required for LineBuilder to merge chunks into a single
fragment.
2026-02-02 14:11:43 +00:00

8 lines
192 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<style>
#foo {
font-variation-settings: "wght" 100;
}
</style>
<div id="foo">حسنًا ، hello friends مرحباً أيها ا test لأصدقاء end</div>