aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-matrix-007-ref.htm
blob: bfb453925c4fabc5a14b3e946fe2e45b9aca8fb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html><head>
    <title>CSS Reftest Reference</title>
    <link href="mailto:keith@keithschwarz.com" rel="author" title="Keith Schwarz">
    <link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor">
    <style>
      div {
        position: relative;
        right: 50px;
        bottom: 150px;
        width: 200px;
        height: 400px;
        background: gold;
      }
    </style>
  </head>
  <body>
    <div></div>
  

</body></html>