translation-animation-on-important-property-ref.html (264B)
1 <!DOCTYPE html> 2 <title>Translation animation on important property</title> 3 <link rel="help" href="https://crbug.com/1324679"> 4 <style> 5 #target { 6 width: 100px; 7 height: 100px; 8 background: green; 9 transform: none !important; 10 } 11 </style> 12 <div id="target"></div>