contain-strict-002.html (696B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Containment Test: 'contain: strict' and block box</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 <link rel="help" href="https://www.w3.org/TR/css-contain-1/#contain-property"> 9 <link rel="match" href="reference/contain-paint-size-001-ref.html"> 10 11 12 <style> 13 div 14 { 15 background-color: red; 16 border: green solid 1em; 17 color: red; 18 contain: strict; 19 font-size: 20px; 20 width: 166px; 21 } 22 </style> 23 24 <p>Test passes if there is a short horizontal green stripe and <strong>no red</strong>. 25 26 <div>FAIL FAIL FAIL FAIL FAIL FAIL</div>