Bug 100284

Summary: [CSS Shapes] New layoutstates cause vertical layout offsets to be incorrect for shape-inside
Product: WebKit Reporter: Bear Travis <betravis>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Normal CC: donggwan.kim, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89256    

Description Bear Travis 2012-10-24 13:36:14 PDT
Shape inside currently assumes that if the shape-inside has been inherited, then logicalTop is the offset from the top of the shape-inside.
Features that create a new layout state, such as columns or grids, will cause this offset to be incorrect if they occur within an element with shape-inside.