content-height-005-ref.html (423B)
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 7 div { 8 font-size: 50px; 9 display: inline-block; 10 } 11 12 span { 13 padding-left: 1em; 14 color: black; 15 border-top: solid 1px; 16 border-bottom: solid 1px; 17 } 18 19 </style> 20 21 <p>Test passes if there are <strong>more than 2</strong> lines below. 22 23 <div><span></span></div>