Bug 72638

Summary: CSS 2.1 failure: empty-inline-003.htm fails
Product: WebKit Reporter: Robert Hogan <robert>
Component: CSSAssignee: Robert Hogan <robert>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, hyatt, mitz, rniwa, robert, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://test.csswg.org/suites/css2.1/20101027/html4/empty-inline-003.htm
Bug Depends on:    
Bug Blocks: 47141    
Attachments:
Description Flags
Patch
none
Patch
none
Patch rniwa: review+

Description Robert Hogan 2011-11-17 11:59:35 PST
Empty inline elements need to share their inline height with siblings
Comment 1 Robert Hogan 2011-11-17 12:24:48 PST
Created attachment 115656 [details]
Patch
Comment 2 Ryosuke Niwa 2011-11-17 14:10:45 PST
Comment on attachment 115656 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=115656&action=review

> Source/WebCore/ChangeLog:10
> +            going to affect the line-height.

Don't think we normally indent the comment like this.
Comment 3 Robert Hogan 2011-11-20 09:39:24 PST
Created attachment 115984 [details]
Patch
Comment 4 WebKit Review Bot 2011-11-20 10:17:39 PST
Comment on attachment 115984 [details]
Patch

Attachment 115984 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/10342078

New failing tests:
platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html
Comment 5 Ryosuke Niwa 2011-11-21 10:52:42 PST
Comment on attachment 115984 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=115984&action=review

Per IRC discussion, some of these tests are modified from CSS2.1 test suite so they should be added to fast/css.

> Source/WebCore/ChangeLog:8
> +        Reviewed by NOBODY (OOPS!).

This line should appear before the description.
Comment 6 Robert Hogan 2011-11-21 11:19:55 PST
Created attachment 116109 [details]
Patch
Comment 7 Ryosuke Niwa 2011-11-21 12:02:39 PST
Comment on attachment 116109 [details]
Patch

Looks sane to me. You may consider using Ahem for fast/css tests.
Comment 8 Robert Hogan 2011-11-21 13:06:56 PST
Committed r100949: <http://trac.webkit.org/changeset/100949>
Comment 9 Alexey Proskuryakov 2012-02-10 21:35:17 PST
This has caused a regression, bug 78379.