[Webkit-unassigned] [Bug 158993] imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-parameters-1.html is a flaky timeout
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 21 11:53:30 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158993
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonlee at apple.com,
| |mmaxfield at apple.com
Component|Tools / Tests |Text
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
No, not a harness error.
When the test fails, document.fonts.ready promise just never gets resolved:
window.addEventListener("load", function() {
document.fonts.ready.then(function() {
// This doesn't get called!
window.setTimeout(runTests, 250);
});
});
My theory is that the promise never gets fulfilled if the fonts finish loading before onload, which sounds like an actual WebKit bug.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160621/624ab472/attachment-0001.html>
More information about the webkit-unassigned
mailing list