servo/tests/ref/box_sizing_sanity_check_a.html
Patrick Walton 611c54ce8c layout: Make box-sizing only affect explicitly-specified or percentage
sizes, not automatically computed ones.

Improves GitHub significantly.
2014-10-09 07:59:54 -07:00

7 lines
133 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="box-sizing: border-box; float: left; background: yellow;">Heeheehee</div>
</body>
</html>