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