VERIFIED FIXED 8118
REGRESSION (r13595): Inline block's clipped overflow increases table row height
https://bugs.webkit.org/show_bug.cgi?id=8118
Summary REGRESSION (r13595): Inline block's clipped overflow increases table row height
mitz
Reported 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.
Attachments
Test case (370 bytes, text/html)
2006-04-01 00:00 PST, mitz
no flags
Patch including layout test and change log (5.88 KB, patch)
2006-04-01 00:31 PST, mitz
darin: review+
mitz
Comment 1 2006-04-01 00:00:16 PST
Created attachment 7433 [details] Test case
mitz
Comment 2 2006-04-01 00:31:06 PST
Created attachment 7435 [details] Patch including layout test and change log
Darin Adler
Comment 3 2006-04-01 01:14:08 PST
Comment on attachment 7435 [details] Patch including layout test and change log r=me
mitz
Comment 4 2006-04-04 01:53:23 PDT
Verified in r13675 nightly.
Note You need to log in before you can comment on or make changes to this bug.