| <!DOCTYPE html> | |
| <title>Translation animation on important property</title> | |
| <link rel="help" href="https://crbug.com/1324679"> | |
| <style> | |
| #target { | |
| width: 100px; | |
| height: 100px; | |
| background: green; | |
| transform: none !important; | |
| } | |
| </style> | |
| <div id="target"></div> |