aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/regions-transforms-010-ref.xht
blob: 580dd235054be2a6d45fa9b140f92b5001fb890b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><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 {
        position: absolute;
        left: 58px;
        width: 100px;
        height: 100px;
        background-color: green;
    }
    </style>
</head>
<body>
    <p>The test passes if you see a green square and no red.</p>
    <div id="green-square"></div>

</body></html>