Sorry to be so "chatty" but.

If you play with the number of <UL>'s in the following HTML, you
can get the line mode browser to "core" consistantly instead of
just ARRAY BOUNDS READ'ing. Try the following:

<HTML><HEAD><TITLE>Simple Title</TITLE></HEAD>
<BODY>
<H1>Simple Title</H1>
<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo
<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo
<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo
</UL></UL></UL></UL></UL></UL>
</UL></UL></UL></UL></UL></UL>
</UL></UL></UL></UL></UL></UL>
</BODY></HTML>

Received on Monday, 16 October 1995 16:44:00 UTC