Bug 56707
Summary: | display: table is broken | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Bright <drpizza> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED INVALID | ||
Severity: | Normal | CC: | drpizza, kevin.cs.oh, martin.leutelt |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All | ||
URL: | http://dl.dropbox.com/u/4619191/display-table-border-discrepancy.html |
Peter Bright
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Leutelt
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.