blob: 7c797a3a5e6ddeb42ff535d68972b244f67abf10 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
div {
background-color: white;
}
</style>
</head>
<body>
<section>
<p>This tests basic style sharing with :nth-child(even). If the test pass, lines with the text "green" should have a green background.</p>
<div style="background-color: lime">Green</div>
<div>White</div>
<div style="background-color: lime">Green</div>
<div>
<div>White</div>
<div style="background-color: lime">Green</div>
<div>White</div>
<div style="background-color: lime">Green</div>
</div>
<div style="background-color: lime">
<div>White</div>
<div style="background-color: lime">Green</div>
<div>White</div>
<div style="background-color: lime">Green</div>
</div>
</section>
<section>
<div>White</div>
<div style="background-color: lime">Green</div>
<div>White</div>
<div style="background-color: lime">Green</div>
<div>
<div>White</div>
<div style="background-color: lime">Green</div>
<div>White</div>
<div style="background-color: lime">Green</div>
<div>White</div>
</div>
</section>
</body>
</html>