Bug 8118

Summary: REGRESSION (r13595): Inline block's clipped overflow increases table row height
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: VERIFIED FIXED    
Severity: Normal Keywords: Regression
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Test case
none
Patch including layout test and change log darin: review+

Description mitz 2006-03-31 23:54:17 PST
An inline block with clipped overflow makes the line's vertical overflow increase to accommodate its overflow as if it isn't clipped. This becomes evident when the line is inside a table cell, since cells grow to include overflow.

I'm going to attach a test case and a fix soon.
Comment 1 mitz 2006-04-01 00:00:16 PST
Created attachment 7433 [details]
Test case
Comment 2 mitz 2006-04-01 00:31:06 PST
Created attachment 7435 [details]
Patch including layout test and change log
Comment 3 Darin Adler 2006-04-01 01:14:08 PST
Comment on attachment 7435 [details]
Patch including layout test and change log

r=me
Comment 4 mitz 2006-04-04 01:53:23 PDT
Verified in r13675 nightly.