angular/packages/animations/browser/test/render
Matias Niemelä 17cf04ebea fix(animations): allow computeStyle to work on elements created in Node (#35810)
This patch is a follow-up patch to 35c9f0dc2f.
It changes the `computeStyle` function to handle situations where
non string based values are returned from `window.getComputedStyle`.
This situation usually ocurrs in Node-based test environments where
the element or `window.getComputedStyle` is mocked out.

PR Close #35810
2020-03-03 13:38:26 -08:00
..
css_keyframes fix(animations): process shorthand margin and padding styles correctly (#35701) 2020-03-02 08:17:38 -08:00
web_animations test(animations): fix Node.js detection in animation tests (#24139) 2018-05-29 18:21:20 -04:00
shared_spec.ts fix(animations): allow computeStyle to work on elements created in Node (#35810) 2020-03-03 13:38:26 -08:00
timeline_animation_engine_spec.ts test(animations): properly reference body node for SSR environments (#23300) 2018-06-20 11:00:41 -07:00
transition_animation_engine_spec.ts fix(animations): leaking detached nodes when parent has a leave transition (#34409) 2019-12-16 12:39:25 -08:00