Bug 110445

Summary: [CSS Regions][CSS Exclusions] We got font height difference when having shape-inside on regions in some cases
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bjonesbe, mibalan, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Linux   
Bug Depends on: 107880    
Bug Blocks: 57312    
Attachments:
Description Flags
test case
none
test case expected none

Description Zoltan Horvath 2013-02-21 02:00:39 PST
Created attachment 189479 [details]
test case

Font height is different on the pixel dump for the first line of content. The test case is using shape-inside on regions, the expected html is using simple blocks.
Platform: chromium linux, issue presents only with pt sized fonts.
Comment 1 Zoltan Horvath 2013-02-21 02:01:05 PST
Created attachment 189480 [details]
test case expected
Comment 2 Zoltan Horvath 2013-03-07 11:34:58 PST
It turned out that the pt font sizing and cr-linux are not a requirement for reproducing this issue. It happens on cr-mac-mountain-lion with the test case of shape-inside-on-regions.html from https://bugs.webkit.org/attachment.cgi?id=192033 as well, if the font size was 18px.
Comment 3 Zoltan Horvath 2013-06-13 11:30:24 PDT
It was a bug only for chromium. I'm going to report it at blinkland separately if it appears.
Comment 4 Mihai Balan 2013-06-14 02:23:06 PDT
So, what's the corresponding Blink issue?