text-wrap-balance-line-clamp-005-ref.html (572B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <meta charset="utf-8"> 4 <title>CSS Test reference</title> 5 <link rel='author' title='Andreu Botella' href='mailto:abotella@igalia.com'> 6 <style> 7 div { 8 border: solid; 9 font-family: monospace; 10 margin: 1ch; 11 width: 11.1ch; 12 white-space: nowrap; 13 } 14 .test { 15 border-color: blue; 16 } 17 .ref { 18 border-color: orange; 19 } 20 </style> 21 22 <p>Test passes if the box with a blue frame is identical to the orange one. 23 24 <div class=test>abc def<br>AB CD EF GH<br>IJ KL MN O…</div> 25 26 <div class=ref>abc def<br>AB CD EF GH<br>IJ KL MN O…</div>