зеркало из https://github.com/mozilla/gecko-dev.git
Bug 913264 - add reftest for none value of font-variant-ligatures. r=jfkthame
This commit is contained in:
Родитель
1c72ffaa67
Коммит
e1e381eed7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче