Some WPT reftests fail on android 14 emulator unless gfx.font_rendering.fallback.async=false
Categories
(Core :: Graphics: Text, defect)
Tracking
()
People
(Reporter: jnicol, Unassigned)
References
Details
In bug 1982454 we are setting gfx.font_rendering.fallback.async=false when running some WPT reftests as that fixes failures encountered when updating the emulators to android 14. This ensures the tests remain useful. However, we are unsure of the implications of setting that. Perhaps the failures are just a quirk of the emulator/test harness, or perhaps these did uncover genuine issues with the gfx.font_rendering.fallback.async=true path which users could also encounter.
Comment 1•9 months ago
|
||
Does changing the test to contain document.fonts.ready.then(()=> {} fix things? E.g. https://searchfox.org/mozilla-central/rev/1d3c8311925d252ae79c223a53b65e667c810805/testing/web-platform/tests/css/CSS2/linebox/vertical-align-top-bottom-001.html#70
| Reporter | ||
Comment 2•9 months ago
|
||
I had missed that Joel already raised this in bug 1982903, so will close this. sorry for noise
Description
•