blob: 37f17667b98407b1d6080a9cfeb2aa3744ba7f7d [file] [log] [blame] [edit]
<html>
<head>
<style type="text/css">
p:first-child em { color: red }
</style>
</head>
<body>
<h1>H1</h1>
<div>
<p>fzz <em>em</em></p>
<p>fzz <em>em</em></p>
</div>
<h1>H1</h1>
<p>todo as usual works in chrome, not in IE or Word.</p>
</body>
</html>