Closed
Bug 27638
Opened 25 years ago
Closed 25 years ago
Bad content model...
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
INVALID
People
(Reporter: rickg, Assigned: harishd)
References
()
Details
Try loading this...
<HTML>
<HEAD><TITLE>Your Browser WILL Crash</title></head>
<FRAMESET COLS="*,*" border=1 bordercolor=red>
<FRAME SRC="crash.cgi?select=$sel" scrolling=no>
<FRAME SRC="crash.cgi?select=$sel" scrolling=no>
<NOFRAMES>
<P>This page demonstrates the new frame "capabilities" in Navigator 3.0.
<A HREF="/comprod/mirror/client_download.html">Download Netscape
Navigator 3.0 now</A>!</P>
</NOFRAMES>
</FRAMESET>
</HTML>
This is the model I see:
docshell=01510330
html@0290848C refcount=3<
head@0290841C refcount=2<
title@028F0A2C refcount=2<
Text@028F07C0 refcount=2<Your Browser WILL Crash>
>
>
Text@028F1DA0 refcount=3<\n>
frameset@028F1CAC cols=*,* border=1 bordercolor=red refcount=4<
frame@028F277C src=crash.cgi?select=$sel scrolling=No refcount=4<>
Text@028F25A0 refcount=2<\n>
frame@028F24AC src=crash.cgi?select=$sel scrolling=No refcount=4<>
Text@028F2240 refcount=2<\n>
noframes@028F21DC refcount=2<
Text@028F2110 refcount=2<\n>
p@028F16FC refcount=2<
Text@028F1620 refcount=2<This page demonstrates the new frame
"capabilities" in Navigator 3.0.\n>
a@028F153C href=/comprod/mirror/client_download.html refcount=2<
Text@028F12C0 refcount=2<Download Netscape\nNavigator 3.0 now>
>
Text@028F1170 refcount=2<!>
>
Text@028F05E0 refcount=2<\n>
>
>
>
docshell=02904390
null pres shell
docshell=02900E20
null pres shell
webshells=
01510334 '' parent=00000000 <
02904394 '' parent=01510334 <
>
02900E24 '' parent=01510334 <
>
>
Rickg, could you tell me what's wrong with the content model? It looks correct
to me!
I don't see anything wrong with the content-model. Markring INVALID.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•