summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-root-bg-004-ref.html
blob: c2e30190ba428c4baa67268e94126ce0f4b67ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      body {
        background: url(support/transform-triangle-left.svg);
      }
    </style>
  </head>
  <body>
  </body>
</html>