Bug 1108177 - Reftest to check for fallback mark stacking. r=jdaggett

This commit is contained in:
Jonathan Kew 2015-01-28 09:03:30 +00:00
Родитель e34e642e4d
Коммит 067cdaff46
3 изменённых файлов: 48 добавлений и 0 удалений

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

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
@font-face {
font-family: test;
/* Note that this font has no OpenType layout tables: */
src: url(../fonts/sil/GenR102.ttf);
}
body {
font-family: test;
}
.test {
font-size: 100px;
line-height: 2;
}
</style>
</head>
<body>
These examples should NOT look the same:
<div class=test>x&#x303;&#x302; x&#x302;&#x303;</div>
</body>

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

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
@font-face {
font-family: test;
/* Note that this font has no OpenType layout tables: */
src: url(../fonts/sil/GenR102.ttf);
}
body {
font-family: test;
}
.test {
font-size: 100px;
line-height: 2;
}
</style>
</head>
<body>
These examples should NOT look the same:
<div class=test>x&#x302;&#x303; x&#x303;&#x302;</div>
</body>

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

@ -163,6 +163,8 @@ fails-if(cocoaWidget||Android||B2G) HTTP(..) == arabic-fallback-2.html arabic-fa
fails-if(cocoaWidget||Android||B2G) HTTP(..) == arabic-fallback-3.html arabic-fallback-3-ref.html
fails-if(!cocoaWidget&&!Android&&!B2G) HTTP(..) != arabic-fallback-4.html arabic-fallback-4-notref.html
== arabic-marks-1.html arabic-marks-1-ref.html
# harfbuzz fallback mark stacking in the absence of GPOS:
HTTP(..) != fallback-mark-stacking-1.html fallback-mark-stacking-1-notref.html
== 726392-1.html 726392-1-ref.html
== 726392-2.html 726392-2-ref.html