Bug 134302 - REGRESSION: Height of a single CSS region is not being respected
Summary: REGRESSION: Height of a single CSS region is not being respected
Status: RESOLVED DUPLICATE of bug 118665
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P2 Normal
Assignee: Mihnea Ovidenie
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-06-25 10:42 PDT by Jon Lee
Modified: 2014-06-30 11:10 PDT (History)
6 users (show)

See Also:


Attachments
Test Case (1.22 KB, text/html)
2014-06-25 10:43 PDT, Jon Lee
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Lee 2014-06-25 10:42:57 PDT
Height of a single CSS region is not being respected. Instead, it inherits the height of the named flow. This only occurs when one CSS region is defined for a particular named region, see attached test case.

<rdar://problem/17428123>
Comment 1 Jon Lee 2014-06-25 10:43:17 PDT
Created attachment 233824 [details]
Test Case
Comment 2 Alan Stearns 2014-06-25 10:59:13 PDT
The region height is correct when I look at the test case. What you're seeing is overflow.

try these to make it more apparent

- set overflow: hidden
- check the region height in the dev tools
- add a border to the region
Comment 3 Andrei Bucur 2014-06-26 00:02:02 PDT
As Alan says, the test seems to behave correctly. Were you expecting the blur to apply ONLY to the region border box, without affecting the overflow? This doesn't seem to be the case for non-region boxes either.
Comment 4 Radu Stavila 2014-06-26 01:37:58 PDT
Hi Jon,

I suppose you compared this to Safari 7 when you marked it as a regression. The reason you are seeing this difference between Safari 7 and the newest code in Nightly is because Safari 7 was not painting regions overflow, at all. This has been fixed some time ago in https://bugs.webkit.org/show_bug.cgi?id=118665. 

Please let me know if there is another problem that we are missing.
Comment 5 Jon Lee 2014-06-30 11:10:54 PDT
Thanks for the clarification. Closing as dupe.

*** This bug has been marked as a duplicate of bug 118665 ***