| Index: LayoutTests/css1/box_properties/clear_float.html
|
| diff --git a/LayoutTests/css1/box_properties/clear_float.html b/LayoutTests/css1/box_properties/clear_float.html
|
| index 341b36ad71013fd60ad21f8ac0aaba4e0249e98a..355638786859a34fa8c68c9007d8c8bbe88165a3 100644
|
| --- a/LayoutTests/css1/box_properties/clear_float.html
|
| +++ b/LayoutTests/css1/box_properties/clear_float.html
|
| @@ -7,6 +7,7 @@
|
|
|
| <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
|
| <STYLE type="text/css">
|
| +body {overflow: hidden;}
|
| P { margin: 0; padding: 0; text-align: justify;}
|
|
|
| DIV.menu {float: left; clear: left; width: 11em;
|
|
|