Bug 16900 - Vertical-align sometimes fails
Summary: Vertical-align sometimes fails
Status: RESOLVED DUPLICATE of bug 16611
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 19:42 PST by Maciej Stachowiak
Modified: 2008-01-16 19:44 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2008-01-16 19:42:30 PST
A KHTML developer reported that the following test case fails in WebKit: 

<style>b{vertical-align:-40}</style><b>___<b>___<b>___<b>___

It displays a stairstep in Gecko, Presto, Trident and KHTML, but a straight line in WebKit, presumably because the vertical-align doesn't get applied properly. No idea if this affects real sites.
Comment 1 Mark Rowe (bdash) 2008-01-16 19:44:51 PST

*** This bug has been marked as a duplicate of 16611 ***