blob: b0263f46370b8e1f587ac5bbea0db561585c239e [file] [log] [blame]
<html>
<head>
<style type="text/css">
p.special:before {content: "Special! "}
</style>
</head>
<body>
<h1>h1</h1>
<div>
<p>fzz</p>
<p class="special">fzz</p>
</div>
<h1>h1</h1>
<p>works in chrome, not in IE or word</p>
</body>
</html>