Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
margin-simple.html
blob: edad30a25bc0ee834fbafd3fba980ae9143e6c7c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
margin-top
:
20px
;
width
:
100px
;
height
:
100px
;
"
></div>
<div
style
=
"
margin-bottom
:
20px
;
width
:
60px
;
height
:
40px
;
"
></div>
<div
style
=
"
margin-top
:
20px
;
width
:
100px
;
height
:
100px
;
"
></div>
</body>
</html>