Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
text
/
text-indent-with-intrusive-float-expected.html
blob: 000c97e8436876706fd808efa6bf8d826c18d72e [
file
] [
edit
]
<style>
.
inline-block
{
display
:
inline-block
;
margin-right
:
100px
;
}
div
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<div
class
=
inline-block
></div><div
class
=
inline-block
></div>
<div></div>