Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
css
/
contentDivWithChildren.html
blob: 7b666216fe477656147b15fe95377ad6fd4132af [
file
] [
log
] [
blame
]
<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>