Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
collapsed-through-with-parent.html
blob: 0a5d4d89133de7dd170266ff79b3af359463c06a [
file
] [
log
] [
blame
]
<div
style
=
"
border
:
1px
solid red
;
width
:
400px
;
height
:
400px
"
>
<div
style
=
"
outline
:
2px
solid red
;
width
:
100px
;
margin-top
:
10px
;
margin-bottom
:
70px
"
></div>
<div
style
=
"
outline
:
1px
solid green
;
width
:
100px
;
margin-top
:
80px
"
></div>
</div>