Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
word-spacing-content-wrap-expected.html
blob: aee81bb4817f4942a61e038d903a4d28e74dedbe [
file
]
<style>
div
{
font-family
:
Ahem
;
font-size
:
20px
;
float
:
left
;
}
</style>
<div
style
=
"
word-spacing
:
-
1px
"
>
X X X
</div>
<div
style
=
"
word-spacing
:
-
10px
"
>
X X X
</div>
<div
style
=
"
word-spacing
:
1px
"
>
X X X
</div>
<div
style
=
"
word-spacing
:
10px
"
>
X X X
</div>