mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Bug 1202419 - Include Ahem.ttf in reftests submitted to W3C. r=dbaron
This commit is contained in:
parent
d65d89b426
commit
bffbb2521e
BIN
layout/reftests/w3c-css/submitted/flexbox/support/Ahem.ttf
Normal file
BIN
layout/reftests/w3c-css/submitted/flexbox/support/Ahem.ttf
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
@font-face {
|
||||
font-family: "Ahem";
|
||||
src: url(../../../../fonts/Ahem.ttf);
|
||||
src: url(./Ahem.ttf);
|
||||
}
|
||||
|
BIN
layout/reftests/w3c-css/submitted/variables/support/Ahem.ttf
Normal file
BIN
layout/reftests/w3c-css/submitted/variables/support/Ahem.ttf
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
@font-face {
|
||||
font-family: "Ahem";
|
||||
src: url(../../../../fonts/Ahem.ttf);
|
||||
src: url(./Ahem.ttf);
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user