[Webkit-unassigned] [Bug 176012] New: SVG image and script elements dispatch the load event if the resource fails to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 27 01:06:20 PDT 2017


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

            Bug ID: 176012
           Summary: SVG image and script elements dispatch the load event
                    if the resource fails to load
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kari.pihkala at gmail.com
                CC: zimmermann at kde.org

Created attachment 319158

  --> https://bugs.webkit.org/attachment.cgi?id=319158&action=review

SVG test case document

SVG image and script elements dispatch the load and error events when the resource fails to load. Only the error event should be dispatched.

The attached SVG test case document should not print "ONLOAD called" lines to the console. Only "ONERROR called" lines should be printed.

As a reference, Google Chrome 60 dispatches the events correctly.

-- 
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/20170827/89e5ec8f/attachment-0001.html>


More information about the webkit-unassigned mailing list