Bug 96865 - REGRESSION (r125578): Word spacing not applied to newline and tab characters that are treated as spaces
Summary: REGRESSION (r125578): Word spacing not applied to newline and tab characters ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL: data:text/html,%3Cdiv%20style=%22word...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2012-09-15 11:03 PDT by mitz
Modified: 2012-09-15 12:19 PDT (History)
0 users

See Also:


Attachments
Apply word spacing to all characters that are treated as space (7.50 KB, patch)
2012-09-15 12:16 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-09-15 11:03:03 PDT
To reproduce, open the URL. There should be 20px of extra spacing between the words, but after <http://trac.webkit.org/r125578>, there is no extra spacing. This differs from Firefox 15.0.1.
Comment 1 mitz 2012-09-15 11:10:22 PDT
The same thing happens with horizontal tabs.
Comment 2 mitz 2012-09-15 12:16:43 PDT
Created attachment 164294 [details]
Apply word spacing to all characters that are treated as space
Comment 3 mitz 2012-09-15 12:19:59 PDT
Fixed in <http://trac.webkit.org/r128692>.