chromium/third_party/blink/web_tests/external/wpt/css/css-animations/translation-animation-on-important-property-ref.html

<!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>