Bug 121179

Summary: [css-shapes] Fix interaction of zero height shape-inside and zero height lines
Product: WebKit Reporter: Bem Jones-Bey <bjonesbe>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Normal CC: betravis, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89256    

Description Bem Jones-Bey 2013-09-11 13:11:46 PDT
There are some issues with the handling of the following situations:

1) zero height shape-inside and a positive height line
2) zero height line and a positive height shape-inside
3) zero height line and a zero height shape-inside

This bug is for fixing these issues.