Bug 121179 - [css-shapes] Fix interaction of zero height shape-inside and zero height lines
Summary: [css-shapes] Fix interaction of zero height shape-inside and zero height lines
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 89256
  Show dependency treegraph
 
Reported: 2013-09-11 13:11 PDT by Bem Jones-Bey
Modified: 2014-03-27 09:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.