[Webkit-unassigned] [Bug 205168] REGRESSION: [Mac wk1] imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-3.html is a flakey failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 21:52:21 PST 2020


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

--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org> ---
There is a race condition between when Web fonts start loading and when load event is dispatched on window. Specifically, the failure happens when the layout which triggers font loading happens after window’s load event had been dispatched. Now I'm figuring out why that happens. In theory, we should be updating the layout at least once before load event fires.

-- 
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/20200118/7652d073/attachment.htm>


More information about the webkit-unassigned mailing list