Closed
Bug 480712
Opened 16 years ago
Closed 16 years ago
Body Onload JS crashes FF3
Categories
(Firefox :: General, defect)
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).
Summary: Mozilla Firefox crashes on visiting → Body Onload JS crashes FF3
Updated•16 years ago
|
Group: core-security
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•