chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/transform-origin-ref-2.html

<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Keith Schwarz" href="mailto:[email protected]">
    <link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
    <style>
      div {
        width: 200px;
        height: 100px;
        border: 1px solid black;
        transform: rotate(45deg);
      }
    </style>
  </head>
  <body>
    <div>
      Some text!
    </div>
  </body>
</html>