[Webkit-unassigned] [Bug 172877] [mac] LayoutTest svg/as-image/svg-image-with-data-uri-background.html is a flaky image failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 4 13:20:41 PDT 2017


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |beidson at apple.com,
                   |                            |cdumez at apple.com
          Component|New Bugs                    |Page Loading

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
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);
      });

-- 
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/20170604/f57cb467/attachment.html>


More information about the webkit-unassigned mailing list