Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
incorrect-content-height-with-empty-generated-content.html
blob: c122254ed33f3749bde91ca174bc3213bbb60372 [
file
]
<style>
div
{
width
:
100px
;
background-color
:
green
;
padding
:
1px
;
}
span
::
before
{
display
:
block
;
content
:
''
;
margin-top
:
100px
;
margin-bottom
:
100px
;
}
</style>
<!-- empty content should not prevent margin collapsing -->
<div><span></span></div>