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

90 lines
3.2 KiB
HTML

<HTML>
<HEAD>
<STYLE type="text/css">
DIV { margin-left: 1em; }
IMG.block { display: block; }
</STYLE>
</HEAD>
<BODY>
Block parent, inline child reflow status section<BR><BR>
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
The last line will trigger complete status. The break will
trigger break-after-complete status.<BR>
<B>This should trigger<BR>break-after-not-complete status</B><BR>
<B>This should trigger break-after-complete status<BR></B><BR>
Word<I><P>This will trigger break-before status</P></I><BR>
<HR>
Block parent, block child reflow status section (requires
pagination to test)<BR>
<DIV>
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
<DIV>
A longish paragraph that will trigger incomplete status.
<DIV>
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
</DIV>
Ding<IMG CLASS=block SRC="raptor.jpg" height=200 border=1>Dong!
A longish paragraph that will trigger incomplete status.
</DIV>
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
</DIV>
<TT>
Inline parent, inline child reflow status section<BR><BR>
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
The last line will trigger complete status. The break will
trigger break-after-complete status.<BR>
<B>This should trigger<BR>break-after-not-complete status</B><BR>
<B>This should trigger break-after-complete status<BR></B><BR>
Word<I><P>This will trigger break-before status</P></I><BR>
<HR>
Inline parent, block child reflow status section (requires
pagination to test)<BR>
<DIV>
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
<DIV>
A longish paragraph that will trigger incomplete status.
<DIV>
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
</DIV>
Ding<IMG CLASS=block SRC="raptor.jpg" height=200 border=1>Dong!
A longish paragraph that will trigger incomplete status.
</DIV>
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
A longish paragraph that will trigger incomplete status.
</DIV>
</TT>
</BODY>
</HTML>