Closed
Bug 14199
Opened 26 years ago
Closed 26 years ago
Page with framesets doesn't load
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: akkzilla, Assigned: harishd)
References
()
Details
This URL is a test for a bug which just got assigned to me, but it doesn't load
at all in today or yesterday's viewer or apprunner. It does work in Tuesday's
viewer, so the problem happened sometime between Tuesday morning and Thursday
morning.
Judging by the lack of stuff in the content model, it would see to be a parser
problem:
webshell=00BDAE30
html refcount=3<
head refcount=2<
title refcount=2<
Text refcount=2<Frame test>
>
>
body refcount=3<
Text refcount=3<\n\n\n\n\t\n\n\n\n\t\n\t\n\n\n>
>
>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The DOCTYPE token triggered a BODY to be opened and therefore not letting the
FRAMESET/FRAME creation. My bad. Checked in a fix.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Fixed in the Sept 22 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•