summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/css-transform-animate-translate-implied-y-ref.html
blob: 43d17375b312ba3b565bc821a80ef0ca880e3bfd (plain)
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 rel="author" title="Manish Goregaokar" href="mailto:manishearth@gmail.com">
    <style>
        #box {
            background:red;
            width: 200px;
            height: 200px;
            transform: translate(100px, 0px);
        }
    </style>
  </head>
  <body>
    <div id=box></div>
  </body>
</html>