angular/packages/animations/browser/test/render/css_keyframes
Matias Niemelä 35c9f0dc2f fix(animations): process shorthand margin and padding styles correctly (#35701)
Prior to this patch, the `margin` and `padding` properties were not
detected properly by Firefox due to them being shorthand properties.
This patch ensures that both `margin` and `padding` are converted
read as `top right bottom left` in the event that the shorthand
property detection fails for auto-styling in Angular animations.

Fix #35463 (FW-1886)

PR Close #35701
2020-03-02 08:17:38 -08:00
..
css_keyframes_driver_spec.ts test(animations): fix Node.js detection in animation tests (#24139) 2018-05-29 18:21:20 -04:00
direct_style_player_spec.ts test(animations): fix Node.js detection in animation tests (#24139) 2018-05-29 18:21:20 -04:00
element_animation_style_handler_spec.ts fix(animations): process shorthand margin and padding styles correctly (#35701) 2020-03-02 08:17:38 -08:00
shared.ts refactor: remove redundant error in catch (#25478) 2019-01-04 15:42:19 -08:00