Closed
Bug 371187
Opened 18 years ago
Closed 18 years ago
pixel rounding of heights causing reftest failures
Categories
(Core :: Layout: Tables, defect, P2)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha3
People
(Reporter: dbaron, Assigned: dbaron)
References
(Depends on 1 open bug)
Details
(Whiteboard: [patch])
Attachments
(1 file)
19.08 KB,
patch
|
bernd_mozilla
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
Pixel rounding of heights in the table code seems to be causing reftest failures on mac.
reftests/table-width/cellspacing.html
reftests/table-width/percent-basis.html
reftests/table-width/default-box-sizing-separate-standards.html
reftests/table-width/default-box-sizing-separate-quirks.html
Assignee | ||
Comment 1•18 years ago
|
||
This removes all remaining uses of RoundToPixel, and fixes the first two of the four failures. I need to look into why the latter two are still happening.
Assignee | ||
Comment 2•18 years ago
|
||
(It's possible the remaining problems are bug 363220.)
Assignee | ||
Comment 3•18 years ago
|
||
The problems on the other two testcases are actually bug 361523.
Assignee | ||
Comment 4•18 years ago
|
||
Comment on attachment 255986 [details] [diff] [review]
patch
I'd like to remove the rest of the RoundToPixel code, for the same reasons that I removed it in bug 369318 (see bug 369318 comment 3).
Attachment #255986 -
Attachment description: patch (partial fix) → patch
Attachment #255986 -
Flags: superreview?(roc)
Attachment #255986 -
Flags: review?(bernd_mozilla)
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [patch]
Target Milestone: --- → mozilla1.9alpha3
Attachment #255986 -
Flags: superreview?(roc)
Attachment #255986 -
Flags: superreview+
Attachment #255986 -
Flags: review?(bernd_mozilla)
Attachment #255986 -
Flags: review+
Comment on attachment 255986 [details] [diff] [review]
patch
oops
Attachment #255986 -
Flags: review+ → review?(bernd_mozilla)
Updated•18 years ago
|
Assignee: nobody → dbaron
Status: ASSIGNED → NEW
Updated•18 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•18 years ago
|
Attachment #255986 -
Flags: review?(bernd_mozilla) → review?
Assignee | ||
Updated•18 years ago
|
Attachment #255986 -
Flags: review? → review?(bernd_mozilla)
Attachment #255986 -
Flags: review?(bernd_mozilla) → review+
Assignee | ||
Comment 6•18 years ago
|
||
Checked in to trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•