1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <TITLE>CSS1 Test Suite:
5.5.26 clear
</TITLE>
5 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <META http-equiv=
"Content-Style-Type" content=
"text/css">
8 <LINK rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"resources/base.css">
9 <STYLE type=
"text/css">
14 img { background-color: orange; }
</STYLE>
17 <BODY><TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
19 <TD bgcolor=
"silver"> </TD>
20 <TD><IMG SRC=
"resources/vblank.gif" height=
"50" align=
"left" alt=
"[Image]">
22 This text should be flowing past a tall orange rectangle on the left side of the browser window.
24 <div style=
"background-color:green"><BR clear=
"all"></div>
25 <IMG SRC=
"resources/vblank.gif" height=
"50" align=
"left" alt=
"[Image]">
27 This paragraph should appear below the tall orange rectangle above and to the left, and not flow past it.
30 </TD></TR></TABLE></BODY>