mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
30 lines
888 B
HTML
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>
|