servo/tests/ref/box_sizing_border_box_ref.html
Patrick Walton 885fc1c28b layout: Implement box-sizing: border-box.
Improves GitHub.
2014-10-01 20:24:34 -07:00

9 lines
234 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="width: 240px; height: 240px; background: purple; border: 8px solid blue;"></div>
<div style="width: 240px; height: 240px; background: purple; border: 8px solid blue;"></div>
</body>
</html>