| Summary: | [GLIB] Disable hinting for testing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Vitaly Dyackhov
2023-02-08 02:29:13 PST
Pull request: https://github.com/WebKit/WebKit/pull/9805 There are some tests that differ between GTK and WPE because GTK WebKitTestRunner disables font hinting. It does it by using `GtkSettingsManager` mechanism which doesn't exist on WPE. It would be great to have a way to disable hinting that works on both platforms. It will let us then use the same baselines for such tests. Or enable hinting for WPE for testing. Hinting is enabled on WPE by default. And currently, there is no API to change it. If understand it correctly, enabling hinting can lead to flaky or even failing tests. Ok, that makes sense, then. Committed 260443@main (34e13090c605): <https://commits.webkit.org/260443@main> Reviewed commits have been landed. Closing PR #9805 and removing active labels. |