[Bug 14177] onerror: 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 #6 from Simon Pieters <simonp@opera.com> 2011-10-27 08:23:38 UTC ---
This bug is about http://www.whatwg.org/C#runtime-script-errors-in-documents
i.e. uncaught exceptions.

Bug 14176 is about http://www.whatwg.org/C#creating-scripts i.e. compile
errors.

uncaught exception: <script>throw(1)</script>
compile error: <script>for(;)</script>

-- 
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, 27 October 2011 08:23:41 UTC