[Webkit-unassigned] [Bug 225790] document.fonts.ready is sometimes still resolved too quickly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 13 17:14:03 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225790
--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org> ---
Hm... we do explicitly trigger a style resolution here:
Ref<FontFaceSet> Document::fonts()
{
updateStyleIfNeeded();
return fontSelector().fontFaceSet();
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210514/8ab7193a/attachment.htm>
More information about the webkit-unassigned
mailing list