display-contents-line-height-ref.html (290B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reftest Reference</title> 4 <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> 5 <style> 6 span { font-size: 40px; } 7 </style> 8 <p>The two lines below should not overlap.</p> 9 <span>Line 1</span><br><span>Line 2</span>