Stop using MarkXMark2Y in reftest references, since its underline offsets don't correctly match combinations, and go back to using combinations. (Bug 468217) r=jdaggett

This commit is contained in:
L. David Baron 2009-02-06 08:52:13 -08:00
Родитель 1134395c4b
Коммит d707f1b8e5
6 изменённых файлов: 28 добавлений и 31 удалений

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

@ -7,17 +7,22 @@
<style type="text/css">
@font-face {
font-family: "MarkXMark2Y";
src: url(../fonts/markXmark2Y.ttf);
font-family: "MarkD";
src: url(../fonts/markD.ttf);
}
body { font-family: "MarkXMark2Y"; }
@font-face {
font-family: "Mark2A";
src: url(../fonts/mark2A.ttf);
}
body { font-family: "MarkD", "Mark2A"; }
</style>
</head>
<body>
<p>XYC</p>
<p>DAC</p>
</body>
</html>

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

@ -7,17 +7,22 @@
<style type="text/css">
@font-face {
font-family: "MarkXMark2Y";
src: url(../fonts/markXmark2Y.ttf);
font-family: "MarkD";
src: url(../fonts/markD.ttf);
}
body { font-family: "MarkXMark2Y"; }
@font-face {
font-family: "Mark2A";
src: url(../fonts/mark2A.ttf);
}
body { font-family: "MarkD", "Mark2A"; }
</style>
</head>
<body>
<p>XYC</p>
<p>DAC</p>
</body>
</html>

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

@ -54,7 +54,7 @@ HTTP(..) == disable-sheet-1.html disable-sheet-1-ref.html
HTTP(..) == disable-sheet-4.html disable-sheet-4-ref.html
HTTP(..) == disable-sheet-5.html disable-sheet-4-ref.html
HTTP(..) == sheet-set-base-1.html sheet-set-base-1-ref.html
random HTTP(..) == sheet-set-switch-1.html sheet-set-switch-1-ref.html # failure is bug 468217
HTTP(..) == sheet-set-switch-1.html sheet-set-switch-1-ref.html
HTTP(..) == insert-rule-1a.html insert-rule-1-ref.html
HTTP(..) == insert-rule-1b.html insert-rule-1-ref.html
HTTP(..) == delete-rule-1.html delete-rule-1-ref.html

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

@ -7,17 +7,22 @@
<style type="text/css">
@font-face {
font-family: "MarkXMark2Y";
src: url(../fonts/markXmark2Y.ttf);
font-family: "Mark2D";
src: url(../fonts/mark2D.ttf);
}
body { font-family: "MarkXMark2Y"; }
@font-face {
font-family: "MarkB";
src: url(../fonts/markB.ttf);
}
body { font-family: "Mark2D", "MarkB"; }
</style>
</head>
<body>
<p>AYX</p>
<p>ADB</p>
</body>
</html>

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

@ -68,21 +68,3 @@ for codepoint in range(ord("A"), ord("D") + 1):
f.generate("mark" + mark + charname + ".ttf")
f.generate("mark" + mark + charname + ".otf")
# And, for references, generate markXmark2Y
f = fontforge.font()
n = "MarkXMark2Y"
f.fontname = n
f.familyname = n
f.fullname = n
f.copyright = "Copyright (c) 2008 Mozilla Corporation"
g = f.createChar(ord("X"), "X")
g.importOutlines("mark-glyph.svg")
g.width = 1500
g = f.createChar(ord("Y"), "Y")
g.importOutlines("mark2-glyph.svg")
g.width = 1800
f.generate("markXmark2Y.ttf")

Двоичные данные
layout/reftests/fonts/markXmark2Y.ttf

Двоичный файл не отображается.