blob: a0e2774ba96e5d42ad55640e542ef12a5aa35b7f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#element {
content: url(bullet.png) / "alternative text";
}
</style>
</head>
<body>
<span id="element">DOM text</span>
</body>
</html>