[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 12:13:49 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158993
Frédéric Wang (:fredw) <fred.wang at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fred.wang at free.fr
--- Comment #3 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
mmh, so maybe until bug 158884 is fixed we will have to do something like this (not really ideal) workaround:
window.addEventListener("load", function() {
window.setTimeout(runTests, T);
});
where T is large enough to be sure that the fonts are loaded and not too large to avoid exceeding the harness timeout...
--
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/b9fb0b79/attachment.html>
More information about the webkit-unassigned
mailing list