[Webkit-unassigned] [Bug 10815] Exception not raised when creating a script element with a non-existent source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 14:16:58 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #7 from Ahmad Saleem <zlip.792 at gmail.com> ---
JS Fiddle Test Case - https://jsfiddle.net/zk3t1xyh/show

In Safari 15.6 on macOS 12.5, I get following exception in Console (Dev Tools):


Failed to load resource: the server responded with a status of 404 () -nonexistantScript.js

Similarly in Firefox - I get following:

Loading failed for the <script> with source “https://fiddle.jshell.net/zk3t1xyh/show/light/nonexistantScript.js”.

Same in Chrome:

GET https://fiddle.jshell.net/zk3t1xyh/show/light/nonexistantScript.js net::ERR_ABORTED 404

-> ap at webkit.org - Is this in relation to some other exception?

Further, if I take just the JS code from Comment 0 and turn it into JSFiddle below:

Link - https://jsfiddle.net/dyux7hsf/show

No browser (Chrome Canary 106, Firefox Nightly 105 and Safari 15.6) give any console error.

___

I think at this point since all browsers are working same in both cases, we can mark this as "RESOLVED WONTFIX"? Appreciate your input for my learning as well. Thanks!

-- 
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/20220805/dc980e54/attachment.htm>


More information about the webkit-unassigned mailing list