Bug 96865

Summary: REGRESSION (r125578): Word spacing not applied to newline and tab characters that are treated as spaces
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Regression
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: data:text/html,%3Cdiv%20style=%22word-spacing:%2020px;%22%3Eword&%23x0a;spacing
Attachments:
Description Flags
Apply word spacing to all characters that are treated as space sam: review+

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>.