tenfourfox/layout/reftests/margin-collapsing/block-root-1a-ref2.html

20 lines
236 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>