Bug 1202419 - Include Ahem.ttf in reftests submitted to W3C. r=dbaron

This commit is contained in:
Simon Sapin 2015-09-09 14:34:58 +02:00
parent d65d89b426
commit bffbb2521e
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
@font-face {
font-family: "Ahem";
src: url(../../../../fonts/Ahem.ttf);
src: url(./Ahem.ttf);
}

View File

@ -1,4 +1,4 @@
@font-face {
font-family: "Ahem";
src: url(../../../../fonts/Ahem.ttf);
src: url(./Ahem.ttf);
}

View File

@ -1,11 +1,11 @@
@font-face {
--a: MyTestFontName;
font-family: var(--a);
src: url(../../../../fonts/Ahem.ttf);
src: url(./Ahem.ttf);
}
@font-face {
font-family: MyTestFontName2;
src: url(../../../../fonts/Ahem.ttf);
src: url(./Ahem.ttf);
}
#a {
font-family: MyTestFontName, serif;

View File

@ -12,11 +12,11 @@
@font-face {
--a: MyTestFontName;
font-family: var(--a);
src: url(../../../fonts/Ahem.ttf);
src: url(support/Ahem.ttf);
}
@font-face {
font-family: MyTestFontName2;
src: url(../../../fonts/Ahem.ttf);
src: url(support/Ahem.ttf);
}
#a {
font-family: MyTestFontName, serif;

View File

@ -14,11 +14,11 @@
}
@font-face {
font-family: var(--a);
src: url(../../../fonts/Ahem.ttf);
src: url(support/Ahem.ttf);
}
@font-face {
font-family: MyTestFontName2;
src: url(../../../fonts/Ahem.ttf);
src: url(support/Ahem.ttf);
}
#a {
font-family: MyTestFontName, serif;