servo/tests/ref/margins_inside_floats_ref.html
Patrick Walton 9f4c2de211 layout: Unify the block-size computation for blocks and floats.
The float code was old and did not support most of CSS 2.1. So unifying
the two paths both simplifies code and improves functionality.

Improves the Reddit sidebar.
2014-09-25 16:43:24 -07:00

10 lines
193 B
HTML

<!DOCTYPE html>
<html>
<body>
<div>
<div style="margin-bottom: 64px;">Must be this tall</div>
<div style="margin-top: 64px;">to write multi-threaded code.</div>
</div>
</body>
</html>