Bug 132822

Summary: REGRESSION (r159560): Text clips on tile border if line-height < font-size
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, jonlee, kondapallykalyan
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

Description Antti Koivisto 2014-05-12 06:41:02 PDT
Something like

div { line-height:10px; font-size:20px }

may cause clipping on tile borders.
Comment 1 Antti Koivisto 2014-05-12 06:41:24 PDT
<rdar://problem/16709166>
Comment 2 Antti Koivisto 2014-05-12 06:57:21 PDT
Created attachment 231294 [details]
patch
Comment 3 Andreas Kling 2014-05-12 10:38:59 PDT
Comment on attachment 231294 [details]
patch

r=me
Comment 4 Antti Koivisto 2014-05-12 10:57:08 PDT
https://trac.webkit.org/r168624