summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-stresstest-ref.html
blob: e6ba9f56755241385ba5775cc973ea32b8af61d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com">
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      div {
        height: 200px;
        width: 200px;
        background: gold;
        position: relative;
        left: 100px;
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>