[Webkit-unassigned] [Bug 174030] document.fonts.ready is resolved too quickly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 16 00:53:28 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=174030

--- Comment #15 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
FWIW, MathML WPT tests requiring web fonts rely on the following workaround:

  window.addEventListener("load", function() {
    // Delay the check to workaround WebKit's bug https://webkit.org/b/174030.
    requestAnimationFrame(() => { document.fonts.ready.then(runTests); });
  });

-- 
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/20190816/b41b742a/attachment-0001.html>


More information about the webkit-unassigned mailing list