You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API is used by WPT to wait until Ahem (testing font) is loaded before capturing layout measurement. Since currently our implementation of ready() simple returns resolved promise right away, instead of actually waiting for fonts loading, a giant portion of WPT layout test are flaky.
Moreover document.fonts currently does not include fonts defined in CSS using @font-face, so it might be a good idea to solve that first.
This API is used by WPT to wait until Ahem (testing font) is loaded before capturing layout measurement. Since currently our implementation of ready() simple returns resolved promise right away, instead of actually waiting for fonts loading, a giant portion of WPT layout test are flaky.
Moreover document.fonts currently does not include fonts defined in CSS using
@font-face
, so it might be a good idea to solve that first.Related spec https://drafts.csswg.org/css-font-loading/
The text was updated successfully, but these errors were encountered: