blob: e3107443d9f113c79432b1fcc194e819a5d48d80 [file] [log] [blame]
<!DOCTYPE html>
<style>
body:not(.ready) #content { color: red; }
</style>
<body class="ready">
<div id="target">
<div>
<div id="content">
Not red.
</div>
</div>
</div>
<div id="host">
</div>
</body>