contain-layout-ink-overflow-014-ref.html (409B)
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 font-family: monospace; 13 font-size: 100px; 14 height: 2.8ch; 15 overflow: scroll; 16 width: 4ch; 17 } 18 </style> 19 20 <body> 21 22 <p>Test passes if there is no red. 23 24 <div></div>