contain-style-counters-004-ref.html (283B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reference Test</title> 6 7 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org"> 8 9 <style> 10 div 11 { 12 font-size: 3em; 13 } 14 </style> 15 16 <p>Test passes if there is the number 13. 17 18 <div>13</div>