first-child-selector-002-ref.html (340B)
1 <!DOCTYPE html> 2 <html> 3 <title>CSS Reftest Reference</title> 4 <style> 5 .green { 6 color: green; 7 } 8 </style> 9 <body> 10 Filler Text 11 <div class="green">Filler Text</div> 12 <div>Filler Text</div> 13 <p>Test passes if the second line of "Filler Text" above is green and the first and third lines are black.</p> 14 </body> 15 </html>