Bug 1342315 - Add reftests to check that we disable ligatures when letter-spacing is in effect. r=jrmuizel

This commit is contained in:
Jonathan Kew 2017-02-24 23:05:57 +00:00
Родитель 2164f79e6e
Коммит 73c8a5366c
5 изменённых файлов: 63 добавлений и 0 удалений

Просмотреть файл

@ -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&zwnj;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&zwnj;f&zwnj;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