Open Bug 558401 Opened 15 years ago Updated 3 years ago

w.toString() on the window of a deleted iframe stops the script with no exception or error message

Categories

(Core :: DOM: Core & HTML, defect, P5)

Other Branch
defect

Tracking

()

People

(Reporter: jorendorff, Unassigned)

Details

<body> <iframe id="bob"></iframe> <script> var w = window[0]; var bob = document.getElementById("bob"); bob.parentNode.removeChild(bob); alert(1); w.toString(); // magically stop the script alert(2); // never happens, no error message either </script> </body>
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046 Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5. If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.