Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.38
/
.
/
Tools
/
LayoutReloaded
/
test
/
margin-collapse-simple.html
blob: f5d6f626901902806453d678809459b90b83b1c5 [
file
] [
log
] [
blame
] [
edit
]
<!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>