Bug 56707 - display: table is broken
Summary: display: table is broken
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL: http://dl.dropbox.com/u/4619191/displ...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-19 00:32 PDT by Peter Bright
Modified: 2012-10-18 04:24 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Bright 2011-03-19 00:32:55 PDT
1) display: table is acting as if box-sizing were set to border-box (i.e. the width property specifies the width of content + padding, not just the width of the content box)
2) border-collapse: collapse on boxes with display: table does nothing.

Opera 11, IE9, Firefox 4 RC all display the URL consistently.
Comment 1 Martin Leutelt 2012-10-18 02:55:09 PDT
This issue looks fixed to me. I can't reproduce it with QtTestBrowser (WebKit at 456b02) or Chromium (WebKit at 76bce2). The test page looks exactly like in Opera 12 and Firefox 13. In Chrome 20 however the issue is still visible though so it must have been fixed between release 536.11 and 537.16.

Since this bug is quite old now I'm marking it as invalid.