Bug 913264 - add reftest for none value of font-variant-ligatures. r=jfkthame

This commit is contained in:
John Daggett 2013-11-19 13:30:25 +09:00
Родитель 1c72ffaa67
Коммит e1e381eed7
2 изменённых файлов: 21 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
<html>
<head>
<style type="text/css">
@font-face {
font-family: libertine;
src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
font-feature-settings: "hlig";
}
body {
font-family: libertine, sans-serif;
font-size: 400%;
line-height: 2em;
font-variant-ligatures: none;
}
</style>
</head>
<body lang="en">
fastest firefox
</body>
</html>

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

@ -28,6 +28,7 @@ HTTP(..) == font-features-turkish.html font-features-noliga.html
HTTP(..) == font-features-hlig-2.html font-features-hlig.html
HTTP(..) == font-features-hlig-4.html font-features-hlig.html
HTTP(..) != font-features-hlig-5.html font-features-hlig.html
pref(layout.css.font-features.enabled,true) HTTP(..) == font-features-ligatures-none.html font-features-noliga.html
# check that feature in style rule overrides @font-face
skip-if(B2G) HTTP(..) == font-features-hlig-3.html font-features-noliga.html # bug 773482