servo/tests/ref/inline_block_border_ref.html
Patrick Walton fb5952fed0 layout: Don't double-count padding, etc, and don't draw
backgrounds/borders/etc. twice for inline-blocks.

Improves Reddit, GitHub, and many other sites.
2014-09-27 06:07:58 -07:00

8 lines
150 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="display: block; border: solid black 1px; padding: 6px; height: 64px; width: 64px;"></div>
</body>
</html>