summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/reference/css3-transform-perspective-ref.html
blob: 3e0ddec2c972110d4528ecf4177033d464852a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
  <title>CSS Test: transform perspective Reference</title>
  <link rel="author" title="caoqixing" href="mailto:robin.webkit@gmail.com" />
  <link rel="reviewer" title="Dayang Shen" href="mailto:shendayang@baidu.com" /> <!-- 2013-09-03 -->
  <style type="text/css">
    div {
      width: 200px;
      height: 200px;
    }
    #container {
      position: relative;
      background-color: green;
    }
  </style>
</head>
<body>
  <p>The test passes if there is a green square and no red.</p>
  <div id="container"></div>
</body>
</html>