https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 86fb98f2c3ec4e05bc529f19e41465da62052c3a authored by Lukasz Anforowicz on 02 April 2018, 23:48:36 UTC
Make CORB MIME type classification consistent with the web specs.
Tip revision: 86fb98f
transform-transformable-list-item-ref.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      body {
        overflow: hidden;
      }
      body > div {
        position: relative;
        top: 50px;
        left: 50px;
      }
      body > div > div {
        display: list-item;
      }
    </style>
  </head>
  <body>
    <div>
      <div>Some text</div>
    </div>
  </body>
</html>
back to top