ch-unit-001-ref.html (422B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Values and Units Test Reference File</title> 4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 5 <style> 6 svg { width: 10ch; } 7 </style> 8 <body> 9 <p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p> 10 <svg viewBox="0 0 100 100"><rect x="0" y="0" width="100" height="100" fill="green"></svg> 11 </body>