| Index: LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html
|
| diff --git a/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html b/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cec6daba4cdfc963b0b9c7b3c1a680ecc5cc0eb3
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html
|
| @@ -0,0 +1,6 @@
|
| +<div>
|
| + <p> The black box should be 5px below the float. </p>
|
| + <div style="height: 20px; width:50px; background-color: green; margin-bottom: 5px;"></div>
|
| + <div style="height: 10px; width:50px; background-color: blue; float:left;"></div>
|
| + <div style="height: 20px; width:50px; background-color: black; margin-top: 20px; clear:both"></div>
|
| +</div>
|
|
|