Bug 31820 - [Chromium] Ignore line-height CSS property for search fields
Summary: [Chromium] Ignore line-height CSS property for search fields
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-23 22:00 PST by Kent Tamura
Modified: 2009-11-24 18:16 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (2.47 KB, patch)
2009-11-23 23:04 PST, Kent Tamura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2009-11-23 22:00:20 PST
http://crbug.com/20551

LayoutTests/fast/forms/control-restrict-line-height.html checks that the
following controls should ignore line-height CSS property, and Chromium/Windows
and Chromium/Linux don't ignore it for button and search.
 - <select>
 - <input type=button>
 - <input type=search>

This bug addresses the type=search case.
Comment 2 Eric Seidel (no email) 2009-11-24 10:00:25 PST
Comment on attachment 43750 [details]
Proposed patch

OK, looks sane.
Comment 3 WebKit Commit Bot 2009-11-24 18:16:45 PST
Comment on attachment 43750 [details]
Proposed patch

Clearing flags on attachment: 43750

Committed r51368: <http://trac.webkit.org/changeset/51368>
Comment 4 WebKit Commit Bot 2009-11-24 18:16:50 PST
All reviewed patches have been landed.  Closing bug.