diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-07-08 19:17:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 17:17:48 +0000 |
commit | 77e9e3deba3925e8024719a6c3c54fbd4dddee7a (patch) | |
tree | 3812d8bce7433646b9b92ee493729c3f1b8d5786 /tests/wpt/meta/html | |
parent | 956b7f62e066f7f01a785a328a05f0f06d70f602 (diff) | |
download | servo-77e9e3deba3925e8024719a6c3c54fbd4dddee7a.tar.gz servo-77e9e3deba3925e8024719a6c3c54fbd4dddee7a.zip |
fonts: Add support for generic font families and font size configuration (#32673)
This adds support for generic font families in Servo and allows for
configuration of them as well as their default font sizes. One
interesting fix here is that now monospace default to 13px, like it does
in other browsers.
In addition to that, this exposes a new interface in Stylo which allows
setting a default style. This is quite useful for fonts, but also for
other kinds of default style settings -- like text zoom.
Fixes #8371.
Fixes #14773.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Diffstat (limited to 'tests/wpt/meta/html')
-rw-r--r-- | tests/wpt/meta/html/rendering/widgets/input-checkbox-switch-rtl.tentative.html.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wpt/meta/html/rendering/widgets/input-checkbox-switch-rtl.tentative.html.ini b/tests/wpt/meta/html/rendering/widgets/input-checkbox-switch-rtl.tentative.html.ini deleted file mode 100644 index 89d10ae3c9a..00000000000 --- a/tests/wpt/meta/html/rendering/widgets/input-checkbox-switch-rtl.tentative.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[input-checkbox-switch-rtl.tentative.html] - expected: FAIL |