chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/transform3d-rotatex-transformorigin-ref.html

<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Matt Woodrow" href="mailto:[email protected]">
    <link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
  </head>
  <body>
    <div style="perspective: 1000px;">
      <div style="transform: rotatex(45deg); transform-origin: top right;
        width: 100px; height: 100px; background: lime"></div>
    </div>
  </body>
</html>