Bug 70975

Summary: Need tests to ensure text-overflow works with new flexboxes
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ericbidelman, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 62048    
Attachments:
Description Flags
test none

Description Ojan Vafai 2011-10-26 15:59:44 PDT
They don't work right with the old flexboxes apparently.
Comment 1 Eric 2012-06-05 21:05:33 PDT
text-overflow seems to work (see attached). The problem I was seeing was
that the flex items were display: inline-flex (second box in the test case).
Comment 2 Eric 2012-06-05 21:05:58 PDT
Created attachment 145926 [details]
test
Comment 3 Tony Chang 2012-06-06 09:42:08 PDT
We need to add some test cases for text-overflow.

display:inline-flex isn't implemented yet (it was, but then rolled out due to a crash).  Bug 77772 is for display: inline-flex.
Comment 4 Ojan Vafai 2012-09-26 21:23:08 PDT
Related bug 94584.