Bug 16611 (vertical-align) - CSS1 vertical-align doesn't work
Summary: CSS1 vertical-align doesn't work
Status: RESOLVED FIXED
Alias: vertical-align
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Dave Hyatt
URL: http://p80.free.fr/testy/webkit.html
Keywords: HasReduction
: 16900 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-26 08:15 PST by Patrick
Modified: 2008-01-16 22:20 PST (History)
4 users (show)

See Also:


Attachments
Simply embarrassing. (27.44 KB, patch)
2008-01-16 22:00 PST, Dave Hyatt
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick 2007-12-26 08:15:34 PST
see the link I provided, it works on IE, Opera, FF and KHTML but on safari it just displays a line instead of a stairway.

The code is: <style>b{vertical-align:-40px}</style><b>___<b>___<b>___<b>___
Comment 1 Sam Weinig 2007-12-26 08:59:36 PST
P1 is for regressions.
Comment 2 Gavin Sherlock 2007-12-26 09:25:09 PST
Also doesn't work on Mac, r28744
Comment 3 David Kilzer (:ddkilzer) 2007-12-26 21:24:29 PST
Confirmed with a local debug build of WebKit r28968 with Safari 3.0.4 (523.12.2) on Mac OS X 10.4.11 (8S165).

Comment 4 Mark Rowe (bdash) 2008-01-16 19:44:51 PST
*** Bug 16900 has been marked as a duplicate of this bug. ***
Comment 5 Dave Hyatt 2008-01-16 22:00:15 PST
Created attachment 18489 [details]
Simply embarrassing.
Comment 6 Oliver Hunt 2008-01-16 22:05:55 PST
Comment on attachment 18489 [details]
Simply embarrassing.

r=me, provided the unrelated layout test changes are removed
Comment 7 Dave Hyatt 2008-01-16 22:20:59 PST
Fixed in r29553.