- From: Robert M. Fleischman <rmf@bbn.com>
- Date: Mon, 16 Oct 1995 16:44:38 -0400
- To: www-lib@w3.org, rmf@whirlwind.bbn.com
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