mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
90 lines
3.2 KiB
HTML
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>
|