nth-child-of-compound-selector-ref.html (449B)
1 <!doctype html> 2 <html> 3 <body> 4 <p></p> 5 <p>This test the styling of paragraphs with :nth-child(An+B of selector). If the test succeed, paragraphs that say "green" should have a green background.</p> 6 <p>White!</p> 7 <p>White!</p> 8 <p>White!</p> 9 <p>White!</p> 10 <p>White!</p> 11 <p style="background-color: lime">Green</p> 12 <p>White!</p> 13 <p>White!</p> 14 <p>White!</p> 15 <p>White!</p> 16 <p>White!</p> 17 </body> 18 </html>