Bug 154451 - Web Inspector: vertical-align:baseline doesn't recompute when line-height changes
Summary: Web Inspector: vertical-align:baseline doesn't recompute when line-height cha...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Safari 9
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-19 07:08 PST by Nicholas Shanks
Modified: 2022-07-14 15:25 PDT (History)
1 user (show)

See Also:


Attachments
Reduction (428 bytes, text/html)
2016-02-19 07:08 PST, Nicholas Shanks
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Shanks 2016-02-19 07:08:29 PST
Created attachment 271751 [details]
Reduction

In the attached HTML file, inspect the first cell of the first table and change the line-height from 3 to 1.17 (or any other value less than 3)
Expected: The two tables would have the same heights (if 1.17 was used).
Actual: The old baseline offset calculation is retained. The first table remains taller.
Comment 1 Brent Fulgham 2022-07-14 15:25:32 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.