ladybird/Tests/LibWeb/Layout/input/block-and-inline/float-vertical-offset-by-preceding-float.html
2025-06-21 14:09:47 +02:00

4 lines
202 B
HTML

<!DOCTYPE html>
<div style="height: 50px; width: 50px; background-color: blue; float: left"></div>
<p>A<br>B<br>C
</p><div style="height: 50px; width: 50px; background-color: green; float: left"></div>