aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transofrmed-rotateX-3-ref.htm
blob: a755fa7d91dbb15aa775e676163c7d1cdf170575 (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 Transforms API Test: transform rotateX</title>
    <link href="mailto:ylzcylx@gmail.com" rel="author" title="loveky">
    <style>
    div {
      height: 150px;
      width: 150px;
    }
    .container {
      background-color: green;
    }
    </style>
  </head>

  <body>
    <p>You should only see a GREEN box if this test passes!</p>
    <div class="container">
    </div>
  
</body></html>