Closed
Bug 1304163
Opened 9 years ago
Closed 9 years ago
Intermittent Linux PGO layout/style/test/test_transitions_per_property.html | color-valued property text-emphasis-color: computed value before transition - got "rgba(0, 0, 128, 0.898)", expected "rgba(0, 0, 128, 0.9)"
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | unaffected |
| firefox51 | --- | unaffected |
| firefox52 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: xidorn)
Details
(Keywords: intermittent-failure)
| Comment hidden (Intermittent Failures Robot) |
Comment 2•9 years ago
|
||
seems this is now permanent :(
| Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(xidorn+moz)
| Assignee | ||
Comment 3•9 years ago
|
||
A note for myself: the test sets color value to rgba(0, 0, 128, 0.9) just before the check, and 0.9 * 255 = 229.5. If it is rounded to 230, the return value should be 0.9, however if it is rounded to 229, it would be 0.898.
| Comment hidden (Intermittent Failures Robot) |
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6a201a1e808b
Try to make currentcolor transition test more reliable.
| Assignee | ||
Comment 6•9 years ago
|
||
Pushed a possible fix... If that doesn't work, I'm going to remove that part of test directly, then.
Flags: needinfo?(xidorn+moz)
| Assignee | ||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment 9•9 years ago
|
||
| bugherder | ||
Updated•9 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•