chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/transform-table-011-notref.html

<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
    <style>
      body > div > div {
        display: table-cell;
      }
    </style>
  </head>
  <body>
    <div>
      <div>
        <div>Some text</div>
      </div>
    </div>
  </body>
</html>