summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/green-rect.html
blob: 4e6d13e951f3cd922cda0b43b09f7353972780f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
    <head>
        <style type="text/css">
        #parent {
            width: 100px;
            height: 100px;
            background-color: #00FF00;
        }
        </style>
    </head>
    <body>
        <div id="parent"></div>
    </body>
</html>