white-space-intrinsic-size-004-ref.html (373B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>test reference</title> 4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> 5 <style> 6 div { 7 color: transparent; 8 font-family: monospace; 9 font-size: 50px; 10 width: 3ch; 11 height: 2em; 12 background: green; 13 } 14 </style> 15 16 <p>Test passes if there is a single green rectangle below and no red. 17 <div> 18 </div>