[Webkit-unassigned] [Bug 98265] New: [CSSRegions] Content flowed in 0px height region not displayed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 3 07:36:23 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98265
Summary: [CSSRegions] Content flowed in 0px height region not
displayed
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: mihnea at adobe.com
Blocks: 57312
In the following case:
<html>
<head>
<style>
#p1 {
-webkit-flow-into: named-flow;
background-color: green;
width: 50px;
height: 50px;
}
.region {
-webkit-flow-from: named-flow; height: 0px;
}
</style>
</head>
<body>
<p id="p1"></p>
<div class="region"></div>
</body>
</html>
The content overflows the region and it should be visible (region-overflow is auto and this is the last region in the chain). In this case, WebKit should display a green rectangle, but it does not display anything.
--
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