Closed
Bug 488268
Opened 17 years ago
Closed 17 years ago
[HTML5] Double frame construction for <body>
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 488267
People
(Reporter: hsivonen, Unassigned)
References
()
Details
Steps to reproduce:
1) Navigate to http://www.whatwg.org/specs/web-apps/current-work/ with the HTML5 parser enabled.
Actual results:
There is an empty frame with the same border and padding characteristics as the frame for <body> immediately above the frame for <body>.
Expected results:
Expected the frame for <body> not to have siblings.
Additional info:
The DOM looks sane, so the problem is likely with notifying the frame constructor.
Likely a duplicate of bug 488267 even though the symptoms aren't exactly the same.
| Reporter | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•