https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6640192e5fb4ea726bfa7dee0703d566f5c89463 authored by Ms2ger on 24 November 2017, 10:22:20 UTC
Revert "[mediacapture-fromelement] Support Firefox moz-prefixed implementation in tests"
Tip revision: 6640192
transform-fixed-bg-ref.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      body {
        margin: 0;
      }
      div {
        background: url(support/transform-triangle-left.svg) 50px 50px;
        width: 100px;
        height: 100px;
        position: relative;
        left: 50px;
        top: 50px;
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>
back to top