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