gecko-dev/layout/html/tests/block/i-reflow-status-test.html
kipp%netscape.com 2f392118fc new
1998-12-05 19:13:58 +00:00

30 lines
888 B
HTML

<HTML>
<HEAD>
<STYLE type="text/css">
</STYLE>
</HEAD>
<BODY>
<I>
<P>
Test the block/inline handling of the various reflow status values returned
from child frames. This lead in is a long line of text which will trigger
the handling of "not-complete" reflow status. In addition, because the
line ends in a BR tag this will also test the handling of the "break-after"
reflow status.
<BR>
Same idea, but with the test wrapped in a B tag container:
<BR>
<B>
Test the block/inline handling of the various reflow status values returned
from child frames. This lead in is a long line of text which will trigger
the handling of "not-complete" reflow status. In addition, because the
line ends in a BR tag this will also test the handling of the "break-after"
reflow status.
<BR>
</B>
</P>
</I>
</BODY>
</HTML>