зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1342315 - Add reftests to check that we disable ligatures when letter-spacing is in effect. r=jrmuizel
This commit is contained in:
Родитель
2164f79e6e
Коммит
73c8a5366c
|
@ -0,0 +1,13 @@
|
|||
<style>
|
||||
.a {
|
||||
font: 32px/2 Times;
|
||||
}
|
||||
.b {
|
||||
font: 32px/2 Times;
|
||||
letter-spacing: 1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="a">office
|
||||
|
||||
<div class="b">off‌ice
|
|
@ -0,0 +1,13 @@
|
|||
<style>
|
||||
.a {
|
||||
font: 32px/2 Times;
|
||||
}
|
||||
.b {
|
||||
font: 32px/2 Times;
|
||||
letter-spacing: 1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="a">office
|
||||
|
||||
<div class="b">office
|
|
@ -0,0 +1,17 @@
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: libertine;
|
||||
src: url(../fonts/LinLibertine_Re-4.7.5.woff);
|
||||
}
|
||||
.a {
|
||||
font: 32px/2 libertine;
|
||||
}
|
||||
.b {
|
||||
font: 32px/2 libertine;
|
||||
letter-spacing: 1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="a">office
|
||||
|
||||
<div class="b">of‌f‌ice
|
|
@ -0,0 +1,17 @@
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: libertine;
|
||||
src: url(../fonts/LinLibertine_Re-4.7.5.woff);
|
||||
}
|
||||
.a {
|
||||
font: 32px/2 libertine;
|
||||
}
|
||||
.b {
|
||||
font: 32px/2 libertine;
|
||||
letter-spacing: 1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="a">office
|
||||
|
||||
<div class="b">office
|
|
@ -346,3 +346,6 @@ HTTP(..) == space-font-1.html space-font-1-ref.html
|
|||
# color glyphs, opacity, and RTL runs - bug 1318539
|
||||
== color-opacity-rtl-1.html color-opacity-rtl-1-ref.html
|
||||
== color-opacity-rtl-2.html color-opacity-rtl-2-ref.html
|
||||
|
||||
== letter-spacing-nolig-1.html letter-spacing-nolig-1-ref.html
|
||||
HTTP(..) == letter-spacing-nolig-2.html letter-spacing-nolig-2.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче