https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c342c1ccba3e21cadb933bc2c648b37af18c26c8 authored by Mustaq Ahmed on 06 April 2018, 14:14:32 UTC
Make BlueTooth/USB requestDevice non-consuming.
Tip revision: c342c1c
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