Should CSS animations be canceled/not started on an element with a display:none ancestor which is made visible through a svg:use element. Currently Chrome will cancel animations if in this case while Firefox will continue/start animations as long as the element is visible.
Test case