Closed
Bug 542495
Opened 15 years ago
Closed 15 years ago
Simple JS script brake FF
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 535097
People
(Reporter: dpronin, Unassigned)
Details
(Keywords: crash, js1.7)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2) Gecko/20100105 Firefox/3.6 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2) Gecko/20100105 Firefox/3.6 (.NET CLR 3.5.30729)
I' ve just write simple, and wrong JavaScript, for me only. But I've founded that Firefox incorectly work with it. It strange but Opera and IE forks fine.
look at page with script below:
<html>
<head>
</head>
<body>
<script type="text/javascript">
for (var i = 0; i=10; i++)
{
document.write(i + "</br>");
}
</script>
</body>
</html>
// Thank you
Reproducible: Always
Steps to Reproduce:
1.Open page with script witch i attached
2. no need
3. no need
Actual Results:
Firefox is crashed
Expected Results:
Firefox should alert user about wrong script or something else
no need
Comment 1•15 years ago
|
||
I've seen this report before - possibly bug 482778 although I thought there were more comments
Assignee: nobody → general
Component: General → JavaScript Engine
Priority: P3 → --
Product: Firefox → Core
QA Contact: general → general
Whiteboard: DUPME
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPME
You need to log in
before you can comment on or make changes to this bug.
Description
•