Sign in
webkit
/
WebKit
/
9394a477fd489d69e02f177e78e26b46ac6f7705
/
.
/
LayoutTests
/
fast
/
inline
/
hyphenation-when-overflow-wrap-is-break-word.html
blob: c125b4a3ce63f174aa0370d6de29396de22112f0 [
file
] [
log
] [
blame
]
<style>
div
{
font-size
:
16px
;
border
:
1px
solid green
;
width
:
50px
;
-webkit-hyphens
:
auto
;
word-wrap
:
break-word
;
overflow-wrap
:
break-word
;
}
</style>
<div>
Automatic hyphenation opportunities override arbitrary positions
</div>