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