Bug 63401

Summary: With word-break: break-all, words do not break correctly before a surrogate pair
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: jberlin
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Measure the two halves of a surrogate pair as a signle character when checking for a mid-word break darin: review+

Description mitz 2011-06-26 08:28:35 PDT
With word-break: break-all, words do not break correctly before a surrogate pair
Comment 1 mitz 2011-06-26 08:41:39 PDT
Created attachment 98625 [details]
Measure the two halves of a surrogate pair as a signle character when checking for a mid-word break
Comment 2 mitz 2011-06-26 09:10:18 PDT
Fixed in r89769. <http://trac.webkit.org/r89769>
Comment 3 Alexey Proskuryakov 2011-06-26 10:58:53 PDT
This could be a text only test case - it should be easy to determine whether line break occurred or not.
Comment 4 mitz 2011-06-27 10:21:42 PDT
<rdar://problem/9681703>
Comment 5 Jessie Berlin 2011-06-27 14:22:32 PDT
Windows-specific results committed in http://trac.webkit.org/changeset/89856