Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / css / contentDivWithChildren.html
blob7b666216fe477656147b15fe95377ad6fd4132af
1 <html>
2 <head>
3 <style>
4 div {
5 content:url(resources/show-shoes-vs-pie.png);
7 </style>
8 </head>
10 <body>
12 <div>
13 <div style="background-color:cyan; width:50px; height:600px;"></div>
14 </div>
16 </body>
17 </html>