Bug 76991
| Summary: | [CSS Regions] RenderFlowThread logicalHeight should depend on the flow content height | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Raul Hudea <rhudea> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | abucur, donggwan.kim, mibalan, WebkitBugTracker |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 57312 | ||
Raul Hudea
Currently, the logicalHeight of a RenderFlowThread is always the sum of all the regions instead of the height of the flow content.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andrei Bucur
Now this is the expected behavior. Closing as invalid.