haikuwebkit/LayoutTests/fast/text/whitespace/pre-wrap-last-char.html

15 lines
476 B
HTML

<html>
<head>
<title></title>
</head>
<body>
<p>
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13072">http://bugs.webkit.org/show_bug.cgi?id=13072</a>
REGRESSION (r15617): white-space: pre-wrap breaks off the last character of a wide word</i>.
</p>
<p>
The following line should not wrap.
</p>
<div style="white-space: pre-wrap; width: 150px; background-color: lightgray;">abcdefghijklmnopqrstuvwxyz</div>
</body>