haikuwebkit/LayoutTests/fast/block/float/float-overhangs-root.html

6 lines
152 B
HTML

<!DOCTYPE html>
<style>
html { border: solid blue; }
.float { float: left; height: 350px; border: solid orange; }
</style>
<div class="float"></div>