haikuwebkit/LayoutTests/fast/css/contentImage.html

15 lines
171 B
HTML

<html>
<head>
<style>
img {
content:url(resources/show-shoes-vs-pie.png);
}
</style>
</head>
<body>
<img></img>
</body>
</html>