Closed
Bug 1507600
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14080 - Improve robustness of wpt animation interpolation tests.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14080 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14080
Details from upstream follow.
Kevin Ellis <kevers@chromium.org> wrote:
> Improve robustness of wpt animation interpolation tests.
>
> This patch fixes the problem where subtle changes to numerical values in matrix interpolation cause mismatches in the expected results.
>
> To address the issue:
> * Styles are checked to see if they are of the form matrix(...) or matrix3d(...).
> * If the style is a matrix, then arguments are rounded and the style is reconstructed.
>
> Bug: 797472
>
> Change-Id: I44d6e0ed13e24dc2ecfeeacbcd4809d6dcdb6465
>
> Reviewed-on: https://chromium-review.googlesource.com/1337640
> WPT-Export-Revision: fb6d6e093198bda372f629259c6d2c28c6413a92
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=543e5dc5782327958dca4c3937e130f579eb434e
Assignee | ||
Comment 3•7 years ago
|
||
Failed to get results from try push
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ac8170415338
[wpt PR 14080] - Improve robustness of wpt animation interpolation tests., a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/271c901b1503
[wpt PR 14080] - Improve robustness of wpt animation interpolation tests., a=testonly
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•