Bug 138102
Summary: | Line wrapping is incorrect when both white-space: pre and overflow-wrap: break-word are present. | ||
---|---|---|---|
Product: | WebKit | Reporter: | zalan <zalan> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | josh9051, koivisto |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
zalan
LayoutTests/fast/text/whitespace/pre-break-word.html's expected behavior is incorrect.
There's a valid (whitespace) breaking opportunity before the word break. See FF's behavior (or just the normal overflow-wrap logic without the pre)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |