line-height-201-ref.html (364B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Test Reference file</title> 4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net"> 5 <style> 6 div { 7 position: absolute; 8 width: 100px; 9 height: 100px; 10 background: green; 11 } 12 </style> 13 14 <p>Test passes if there is a <strong>green square</strong> and <strong>no red</strong> below. 15 16 <div></div>