summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/motion/offset-path-url-001-ref.html
blob: f8fde8afae08222c6ac2fcb0be3ebcb07cf1ed84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Motion Path Referecne: url() to svg paths</title>
    <style>
      #target {
        width: 50px;
        height: 50px;
        background-color: green;
        transform: translate(100px, 60px) rotate(90deg);
        transform-origin: 0% 0%;
        border-radius: 50% 50% 0 0;
      }
    </style>
  </head>
  <body>
    <div id="target"></div>
  </body>
</html>