Closed Bug 480712 Opened 15 years ago Closed 15 years ago

Body Onload JS crashes FF3

Categories

(Firefox :: General, defect)

3.0 Branch
x86
Linux
defect
Not set
critical

Tracking

()

VERIFIED DUPLICATE of bug 456727

People

(Reporter: bugreport, Unassigned)

References

()

Details

(Keywords: crash)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6

<html>



<head>

  <title></title>

</head>



<body onload="

document.designMode='on';//string

document.removeChild(document.firstChild);//object

document.queryCommandState('BackColor');

">

</html>
</html>

This code will crash my Mozilla Firefox (v3.0.6, Linux i686).

Reproducible: Always

Steps to Reproduce:
1. Save code to example.html
2. Open it with Firefox3
Actual Results:  
Firefox crashes

Expected Results:  
Don't crash ;)

I tested this Code with 5 other Computers (Windows and Linux).
Keywords: crash
Version: unspecified → 3.0 Branch
Summary: Mozilla Firefox crashes on visiting → Body Onload JS crashes FF3
Group: core-security
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.