Bug 75446
Summary: | CSS 2.1 failure: border-width-applies-to-001.htm | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Hogan <robert> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jchaffraix, robert, udaykiran4u |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://test.csswg.org/suites/css2.1/20101210/html4/border-width-applies-to-001.htm | ||
Bug Depends on: | |||
Bug Blocks: | 47141 |
Robert Hogan
A table of 1in/1in with a cell of 1in/1in gets rendered as a table of 2in/1in.
What should it be? 1in/1in or 2in/2in ?
FF and Opera are wrong also, but with 2in width and 1in height.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Uday Kiran
Seems like working fine with WebKit 537.17 (@140072) and Firefox 18.0.2
Robert Hogan
Indeed!