summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-background-006-notref.html
blob: a8f4bf6163a65a2a1c38f87c58195417549de315 (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
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      html {
        background: white;
        height: 100%;
        width: 100%;
      }
      body {
        background: url(support/transform-triangle-up.svg);
        overflow: hidden;
        transform: rotate(90deg);
        height: 100%;
        width: 100%;
        margin: 0;
      }
    </style>
  </head>
  <body>
  </body>
</html>