summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/contentDivWithChildren.html
blob: 7b666216fe477656147b15fe95377ad6fd4132af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
    <style>
        div {
            content:url(resources/show-shoes-vs-pie.png); 
        }
    </style>
</head>

<body>

    <div>
        <div style="background-color:cyan; width:50px; height:600px;"></div>
    </div>

</body>
</html>