Sign in
webkit
/
WebKit
/
3e01ea2c6e60dac71bbc2366692c12538bc3430c
/
.
/
LayoutTests
/
fast
/
text
/
break-word-pre-wrap.html
blob: da1a0d02b7b9e68f5b65db73785b250d92fec4c5 [
file
] [
log
] [
blame
]
<style>
div
{
position
:
relative
;
white-space
:
pre-wrap
;
overflow-wrap
:
break-word
;
border
:
1px
solid blue
;
font-family
:
ahem
;
}
</style>
<div
style
=
"
width
:
4ex
"
>
xxxx x
</div>
<div
style
=
"
width
:
5ex
"
>
xxxx x
</div>
<div
style
=
"
width
:
6ex
"
>
xxxx x
</div>