chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/transform-transformable-table-row-ref.html

<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
    <style>
      body {
        overflow: hidden;
      }
      body > div {
        position: relative;
        top: 50px;
        left: 50px;
      }
      body > div > div {
        display: table-row;
      }
    </style>
  </head>
  <body>
    <div>
      <div>Some text</div>
    </div>
  </body>
</html>