Bug 123847 - getComputedStyle(x).lineHeight is affected by zooming
Summary: getComputedStyle(x).lineHeight is affected by zooming
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 19:04 PST by Ryosuke Niwa
Modified: 2013-11-05 23:22 PST (History)
15 users (show)

See Also:


Attachments
Merges the patch (9.03 KB, patch)
2013-11-05 19:09 PST, Ryosuke Niwa
benjamin: review+
Details | Formatted Diff | Diff

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