tenfourfox/layout/reftests/margin-collapsing/inline-block-sibling-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
225 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
height: 20px; width: 100%;
background-color: blue;
margin-bottom: 40px;
}
</style>
</head>
<body>
<div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>