tenfourfox/layout/reftests/margin-collapsing/block-root-1a-ref2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
236 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
html, body {
margin: 0px; padding: 0;
background-color: green;
}
div {
margin: 40px;
background-color: blue;
height: 20px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>