counter-increment-053-ref.html (272B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 font-size: 30px; 7 } 8 </style> 9 <body> 10 <p>Test passes if the numbers '5 5 10' appear below in the same order.</p> 11 <div>5</div> 12 <div>5</div> 13 <div>10</div> 14 </body>