chromium/third_party/blink/web_tests/external/wpt/web-animations/responsive/neutral-keyframe-ref.html

<!DOCTYPE html>
<html>
<head>
    <style type="text/css">
    #block {
      background-color: green;
      height: 100px;
      width: 100px;
      transform: translate(100px);
    }
  </style>
</head>
<body>
  <div id="block"></div>
</body>
</html>