[Bug 14177] If the script is not same-origin, window.onerror should be invoked with arguments ("Script error.", "", 0)

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14177

--- Comment #4 from Simon Pieters <simonp@opera.com> 2011-10-20 21:48:01 UTC ---
So for <script src> scripts, if the script's URL's origin (after redirects) is
not the same as the script's origin, then in
http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#runtime-script-errors
the "report the error" should use the arguments ("Script error.", "", 0).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 20 October 2011 21:48:07 UTC