Bug 44307
Summary: | box size computed value differs from gecko engines if using floating values in the CSS | ||
---|---|---|---|
Product: | WebKit | Reporter: | alexandre |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Minor | CC: | mitz |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
alexandre
A div has the following css properties:
width: 220px;
border-width: 1px;
padding: 1.5em; (1em is set to 13px)
Firefox 3.6 computed value is 260px for that box, Epiphany and chromium computed value is 259px.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |