line-break-loose-hyphens-003-ref.html (405B)
1 <!doctype html> 2 <html lang=en> 3 <meta charset=utf-8> 4 <title>Test reference</title> 5 <link rel=author title="Florian Rivoal" href="https://florian.rivoal.net"> 6 <style> 7 div { 8 font-family: monospace; 9 white-space: pre; 10 } 11 </style> 12 13 <p>The test passes if there are two lines of text below 14 and they both end with a hyphen. 15 (Note: the hyphens do no need to be the same size.) 16 17 <div>aa‐</div> 18 <div>aa–</div>