Mozilla/mozilla/layout/html/tests/block/reflow-status-test.html
kipp%netscape.com 05c833dab3 new
git-svn-id: svn://10.0.0.236/trunk@15853 18797224-902f-48f8-a5cc-f745e15eee43
1998-12-05 19:13:58 +00:00

26 lines
826 B
HTML

<HTML>
<HEAD>
<STYLE type="text/css">
</STYLE>
</HEAD>
<BODY>
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>
</BODY>
</HTML>