letter-spacing-ligatures-003-ref.html (499B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <meta charset="utf-8"> 4 <title>text-justify:inter-character and ligatures</title> 5 <link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'> 6 <style> 7 div { 8 font-size: 2em; 9 width: 12ch; 10 } 11 span { float: right; } 12 .ref { color: blue; } 13 </style> 14 <p>Test passes if the black text looks like the blue one. 15 <div lang=km>សា<span>ហា</span></div> 16 <div lang=km class=ref>សា<span>ហា</span></div>