Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
float-prevents-adjacent-content-on-zero-width-line-expected.html
blob: 28589c950b99ce633a34f17e19704115a4e5d583 [
file
] [
edit
]
<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>