Sign in
webkit
/
WebKit
/
d8479b810180e956bb0ba74f0c1d6d2e0c03ecc5
/
.
/
Tools
/
LayoutReloaded
/
test
/
margin-collapse-simple.html
blob: f5d6f626901902806453d678809459b90b83b1c5 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
margin
:
0px
;
padding
:
8px
;
}
</style>
</head>
<body>
<div
style
=
"
margin
:
20px
;
width
:
20px
;
height
:
20px
;
"
>
<div
style
=
"
margin-top
:
20px
;
width
:
20px
;
height
:
20px
;
"
></div>
</div>
</body>
</html>