Closed
Bug 1379985
Opened 7 years ago
Closed 7 years ago
Stylo: DevTools animation panel needs unanimated style
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: jryans, Assigned: bradwerth)
References
Details
DevTools animation tools expect to query the unanimated style via `nsDOMWindowUtils::GetUnanimatedComputedStyle`, but this is not yet implemented for Stylo.
This leads to failures like:
* devtools/server/tests/browser/browser_animation_getProperties.js[1]
TEST-UNEXPECTED-FAIL | devtools/server/tests/browser/browser_animation_getProperties.js | Uncaught exception - Protocol error (unknownError): Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMWindowUtils.getUnanimatedComputedStyle]
and also in tests like:
* devtools/client/animationinspector/test/** (48 failures)
[1]: https://treeherder.mozilla.org/logviewer.html#?job_id=113057797&repo=try&lineNumber=4689
Reporter | ||
Comment 1•7 years ago
|
||
Looks like these are now passing after bug 1374881, yay! :)
Assignee: nobody → bwerth
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•