Bug 146724

Summary: [GTK] [CSS3] Support for the word-break:keep-all CSS property not working ?
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply, darin, mmaxfield, rego
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Carlos Alberto Lopez Perez
Reported 2015-07-08 06:30:14 PDT
The layout test fast/text/word-break-keep-all.html that was introduced on <http://trac.webkit.org/r185729> is failing on platform GTK since it was introduced. The diff: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r185729%20%289361%29/fast/text/word-break-keep-all-diffs.html Possible cause: missing implementation of the feature on platform GTK?
Attachments
Myles C. Maxfield
Comment 1 2015-07-08 12:12:00 PDT
There shouldn't be anything platform-specific about this property. The key changes were in break_lines.h, which is used (AFAIK) by all platforms.
Note You need to log in before you can comment on or make changes to this bug.