summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/letter-spacing/letter-spacing-ligatures-004.html
blob: 0f17f05454a4ce2b4231abb8732f271f7053b156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html  lang="en" >
<meta charset="utf-8">
<title>letter spacing and ligatures</title>
<link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'>
<link rel='help' href='https://drafts.csswg.org/css-text-3/#letter-spacing-property'>
<link rel='match' href='reference/letter-spacing-ligatures-004-ref.html'>
<meta name=flags content="should">
<meta name="assert" content="When the effective spacing between two characters is not zero (due to […] letter spacing), user agents should not apply optional ligatures, but they must apply  ones">
<style>
div {
    font-size: 2em;
    width: 12ch;
    font-kerning: none;
}
.test {
    letter-spacing: 20px;
}
span {
    padding-left: 20px;
}
.ref {
    color: blue;
}
</style>
<p>Test passes if the black text looks like the blue one.
<div lang=km class=test>&#x179F;&#x17B6;&#x17A0;&#x17B6;</div>
<div lang=km class=ref>&#x179F;&#x17B6;<span></span>&#x17A0;&#x17B6;</div>