contain-paint-clip-015-ref.html (424B)
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 div 11 { 12 background-color: green; 13 border-radius: 50%; 14 height: 100px; 15 width: 100px; 16 } 17 </style> 18 19 <p>Test passes if there is a filled green circle and <strong>no red</strong>. 20 21 <div></div>