Bug 123847

Summary: getComputedStyle(x).lineHeight is affected by zooming
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: CSSAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, bdakin, benjamin, commit-queue, dino, esprehn+autocc, glenn, gyuyoung.kim, jonlee, kling, koivisto, macpherson, menard, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Merges the patch benjamin: review+

Description Ryosuke Niwa 2013-11-05 19:04:48 PST
getComputedStyle(x).lineHeight is affected by zooming
Comment 1 Ryosuke Niwa 2013-11-05 19:09:12 PST
Created attachment 216108 [details]
Merges the patch
Comment 3 Ryosuke Niwa 2013-11-05 19:53:01 PST
Committed r158714: <http://trac.webkit.org/changeset/158714>
Comment 4 Alexey Proskuryakov 2013-11-05 23:21:25 PST
This broke fast/forms/textAreaLineHeight.html on Mavericks: <http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=textAreaLineHeight.html>.

Rollout?
Comment 5 Ryosuke Niwa 2013-11-05 23:22:23 PST
(In reply to comment #4)
> This broke fast/forms/textAreaLineHeight.html on Mavericks: <http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=textAreaLineHeight.html>.

Rebaselined in http://trac.webkit.org/changeset/158725.