aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-root-bg-001-ref.htm
blob: 53b0aaefd9bd612d0803c4812be05dcebcc6cdc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html><head>
    <title>CSS Reftest Reference</title>
    <link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor">
    <style>
      html {
        background: url(support/transform-triangle-right.svg) top right;
      }
      body {
        /* The default 8px margin makes the background not line up exactly */
        margin: 0;
      }
    </style>
  </head>
  <body>
  

</body></html>