haikuwebkit/Tools/LayoutReloaded/test/floating-box-with-clear-sim...

19 lines
361 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
padding: 8px;
}
</style>
</head>
<body>
<div style="width: 100px; height: 40px;">
<div style="float: left; width: 50px; height: 150px;"></div>
<div style="float: left; width: 50px; height: 250px;"></div>
</div>
<div style="clear: both; width: 10px; height: 10px;"></div>
</body>
</html>