servo/tests/ref/block_formatting_context_ref.html
Patrick Walton 3bb4020ff8 layout: Adjust the position of block formatting contexts based on float
placement.

Improves Reddit considerably.

Closes #3456.
2014-09-22 18:04:15 -07:00

7 lines
119 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="float: left;">4913</div>
<div>RIP Richard Kiel</div>
</body>
</html>