https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c3bd1d983ff0eea7ffa75d8419d122a25544e51f authored by Luke Bjerring on 05 April 2018, 20:06:09 UTC
Improve error message for exposure_set test
Tip revision: c3bd1d9
transform-inherit-origin-ref.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      div {
        height: 100px;
        width: 100px;
        position: relative;
        top: 100px;
        background: blue;
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>
back to top