Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
block-replaced-with-vertical-margins-expected.html
blob: 779a44ef4010dc8ac2151123ce2da94da3b1e7e5 [
file
] [
log
] [
blame
]
<style>
.
first
{
width
:
100px
;
margin-top
:
100px
;
outline
:
5px
solid blue
;
}
.
second
{
width
:
100px
;
height
:
100px
;
outline
:
5px
solid blue
;
position
:
relative
;
top
:
20px
}
</style>
<div
class
=
first
></div><div
class
=
second
></div>