Closed Bug 1304163 Opened 8 years ago Closed 8 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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla52
Tracking Status
firefox50 --- unaffected
firefox51 --- unaffected
firefox52 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: xidorn)

Details

(Keywords: intermittent-failure)

seems this is now permanent :(
Flags: needinfo?(xidorn+moz)
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.
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6a201a1e808b
Try to make currentcolor transition test more reliable.
Pushed a possible fix... If that doesn't work, I'm going to remove that part of test directly, then.
Flags: needinfo?(xidorn+moz)
https://hg.mozilla.org/mozilla-central/rev/6a201a1e808b
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Assignee: nobody → xidorn+moz
You need to log in before you can comment on or make changes to this bug.