NEW 172877
[mac] LayoutTest svg/as-image/svg-image-with-data-uri-background.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=172877
Summary [mac] LayoutTest svg/as-image/svg-image-with-data-uri-background.html is a fl...
Attachments
Alexey Proskuryakov
Comment 1 2017-06-04 13:20:41 PDT
This doesn't look good. It sounds like a WebKit bug if we don't wait for SVG subresources before dispatching the load event. // window load event fires when the the page and its resources are loaded. // However it does not wait till the sub-resources are loaded. And this is // why we need to wait a little bit before we call notifyDone(). window.addEventListener("load", function() { setTimeout(function () { testRunner.notifyDone(); }, 200); });
Matt Lewis
Comment 3 2017-09-05 15:36:33 PDT
Note You need to log in before you can comment on or make changes to this bug.