Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
text
/
no-wrap-in-pre-with-word-wrap.html
blob: 4c54d0726ee993ef549a8dd87fc4ff4d8ae04a45 [
file
] [
edit
]
<!DOCTYPE html>
<style>
pre
{
word-wrap
:
break-word
;
width
:
100px
;
font-family
:
Ahem
;
}
</style>
<pre>
Wrapping is not allowed. We should not break the content even when word-wrap: break-word is on.
</pre>