chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/support/transform-iframe-001-contents.html

<!DOCTYPE html>
<html>
  <head>
    <title>CSS Test (Transforms): Iframe (contents)</title>
    <link rel="author" title="Clint Talbert" href="mailto:[email protected]">
    <link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
    <style>
      body {
        overflow: hidden;
      }
      div {
        height: 200px;
        width: 200px;
        background: red;
        transform: translate(500px, 500px);
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>