Closed
Bug 435256
Opened 17 years ago
Closed 17 years ago
empty script node truncates html
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 327796
People
(Reporter: tpowell, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008051206 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008051206 Firefox/3.0
An empty script tag represented with <script /> results in the truncation of the rest of the page
Reproducible: Always
Steps to Reproduce:
<script language="javascript" src="blah.js" />
Here
Actual Results:
nothing
Expected Results:
Here
<script language="javascript" src="blah.js" ></script>
Here
works as expected, so it seems to be a bug in the parser.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•