chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/animation/transform-box-ref.html

<!doctype html>
<html>
<meta charset="utf-8">
<title>Reference for transform-box animation test equivalent</title>
<style>
  .block {
    position: absolute;
    border: 20px solid green;
    width: 100px;
    height: 100px;
    left: 100px;
    top: 200px;
  }
</style>
<body>
  <div class="block"></div>
</body>