blob: 1947fd6610e06cf0c616bbcd91951c4b9f6a3c51 [file] [log] [blame]
<head>
<style>
div:not(:wakkawakka(n)), div { color: red }
body:wakkawakka > div, div { color: red }
</style>
</head>
<body>
<div>This text should not be red.</div>
</body>