aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/regions-transforms-014-ref.htm
blob: a8dee50576ba9ff2cd75eda681c5550bf6a6b5be (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:dalcala@adobe.com" rel="author" title="David Alcala">
    <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 -->
    <style type="text/css">
    #green-square {
        width: 100px;
        height: 100px;
        background-color: green;
        position: absolute;
        left: 58px;
        top: 100px;
    }
    </style>
</head>
<body>
    <p>The test passes if you see a green square and no red.</p>
    <div id="green-square"></div>

</body></html>