Closed
Bug 486376
Opened 16 years ago
Closed 16 years ago
Redirection of the page is twice if img src tag no path for the image into it.
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 444931
People
(Reporter: bhavin, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
If such line is there in your HTML as <img src="" alt="asfsaf" width="134" height="116" />, that time in firefox page gets redirected twice.
Reproducible: Always
Actual Results:
just add the below line in your HTML...
<img src="" alt="asfsaf" width="134" height="116" />
and check in firebug, it leads to redirection of page twice
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Component: General → HTML: Parser
Product: Firefox → Core
QA Contact: general → parser
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•