[Webkit-unassigned] [Bug 127533] New: [CSS Regions] Named flow multi-column container content doesn't flow correctly from one region that smaller then the next region
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 23 18:15:35 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127533
Summary: [CSS Regions] Named flow multi-column container
content doesn't flow correctly from one region that
smaller then the next region
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rhauck at adobe.com
Three scenarios tested. For all three scenarios, the expected result is for the content to overflow Region 1 as a multi-column container before flowing into Region 2.
All fail, but Scenario 3 fails a little differently:
Scenario 1:
Region 1: Smaller width & height than Region 2
Test file: regions-multicolumn-024.html
Actual Result: What should overflow as a second column flow directly into Region 2
Scenario 2:
Region 1: Smaller height than Region 2, auto width
Test file: regions-multicolumn-026.html
Actual Result: Same as Scenario 1
Scenario 3:
Region 1: Smaller width than Region 2, auto height
Test file: regions-multicolumn-028.html
Actual Result: The content overflows Region 1 correctly as a multi-column container, but does not then flow into Region 2.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list