Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
float-prevents-adjacent-content-on-zero-width-line-expected.html
blob: 28589c950b99ce633a34f17e19704115a4e5d583 [
file
]
<style>
.
container
{
width
:
0px
;
font-family
:
Ahem
;
}
.
inline_block
{
width
:
100px
;
height
:
100px
;
}
</style>
<div
class
=
container
>
XX
<div
class
=
inline_block
></div>
XX
</div>