gecko-dev/dom/animation/test
Emilio Cobos Álvarez 40b1e83d81 Bug 1498734 - Always compute angle values to degrees. r=xidorn
This matches the spec, https://drafts.csswg.org/css-values/#angles, which says:

> All <angle> units are compatible, and deg is their canonical unit.

And https://drafts.csswg.org/css-values/#compat, which says:

>When serializing computed values [...], compatible units [...] are converted into a single canonical unit.

And also other implementations (Blink always serializes angles as degrees in
computed style for example).

Also allows us to get rid of quite a bit of code, and makes computed angle value
representation just a number, which is nice.

Differential Revision: https://phabricator.services.mozilla.com/D8619

--HG--
extra : moz-landing-system : lando
2018-10-13 00:41:03 +00:00
..
chrome Bug 1491394 - Update callsites to use new mozILocaleService API. r=jfkthame 2018-09-21 15:30:37 +00:00
crashtests Bug 1478266 - Don't reset pending tasks when setting the target effect to null r=boris 2018-07-26 05:20:41 +00:00
document-timeline Bug 1444816 - Use navigation start time in the case where the refresh driver's time stamp is behind from the start time to avoid negative timelime time at the very beginning of document load. r=birtles 2018-07-25 09:41:14 +09:00
mozilla Bug 1498734 - Always compute angle values to degrees. r=xidorn 2018-10-13 00:41:03 +00:00
style Bug 1456394 - Use updateTiming() in animation tests; r=hiro 2018-05-07 12:58:37 +09:00
chrome.ini Bug 1471814 - Add a preference for animation composite modes; r=bz,hiro 2018-07-14 09:23:03 +09:00
mochitest.ini Bug 1486094 - Part 4: Write tests for ComputeSquaredDistance on SVGPathData. r=birtles 2018-09-07 22:18:29 +00:00
testcommon.js Bug 1471814 - Add a preference for Web Animations timelines; r=bz,hiro 2018-07-14 09:23:03 +09:00