Bug 132822 - REGRESSION (r159560): Text clips on tile border if line-height < font-size
Summary: REGRESSION (r159560): Text clips on tile border if line-height < font-size
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-12 06:41 PDT by Antti Koivisto
Modified: 2014-05-12 10:57 PDT (History)
5 users (show)

See Also:


Attachments
patch (22.57 KB, patch)
2014-05-12 06:57 PDT, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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