summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-fixed-bg-ref.html
blob: fa579319dcf4a519bdb3d88155f5897b23a153f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <link rel="author" title="L. David Baron" href="https://dbaron.org/">
    <link rel="author" title="Google" href="http://www.google.com/">
    <style>
      body {
        margin: 0;
      }
      div {
        background: url(support/transform-triangle-left.svg);
        width: 100px;
        height: 100px;
        position: relative;
        left: 50px;
        top: 50px;
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>