contain-strict-011-ref.html (356B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reference Test</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 9 <style> 10 p 11 { 12 margin-top: 1.5em; 13 } 14 15 div 16 { 17 font-size: 3em; 18 } 19 </style> 20 21 <p>Test passes if there is the number 17. 22 23 <div>17</div>