193
edits
Ayoshihara (talk | contribs) |
Ayoshihara (talk | contribs) |
||
Line 27: | Line 27: | ||
|downloadable-font-conflictname.html | |downloadable-font-conflictname.html | ||
|When the family name is same as a font family name in user's environment | |When the family name is same as a font family name in user's environment | ||
| | |Passes | ||
| | | | ||
|- | |- | ||
|downloadable-font-diacritic.html | |downloadable-font-diacritic.html | ||
Line 37: | Line 37: | ||
|downloadable-font-fallback.html | |downloadable-font-fallback.html | ||
|Check the fallback functions | |Check the fallback functions | ||
|style="background:# | |style="background:#ffdead;" |Sometimes Fails | ||
| | |Font not loaded (it happens pretty often) | ||
|- | |- | ||
|downloadable-font-familywithseveral.html | |downloadable-font-familywithseveral.html | ||
|Check what happens when multiple @font-face rules are used for one font-family | |Check what happens when multiple @font-face rules are used for one font-family | ||
|style="background:#ffdead;" |Sometimes fails | |style="background:#ffdead;" |Sometimes fails | ||
|Font is not loaded | |Font is not loaded (it happens quite often) | ||
|- | |- | ||
|downloadable-font-iframe.html | |downloadable-font-iframe.html | ||
Line 79: | Line 73: | ||
|Check how much downloadable fonts can be handled in a page without any crash | |Check how much downloadable fonts can be handled in a page without any crash | ||
|style="background:#ffdead;" |Sometimes fails | |style="background:#ffdead;" |Sometimes fails | ||
|Fonts are not loaded | |Fonts are not loaded, or layout bug | ||
|- | |- | ||
|downloadable-font-markupdifference.html | |downloadable-font-markupdifference.html | ||
Line 97: | Line 91: | ||
|} | |} | ||
LoadTest | LoadTest (done on patch v.0.9d ... not on patch v.0.9h yet) | ||
* even 100 @font-face rules per page seems to be pretty scalable. When 210 (230 for the first page you load) or more @font-face rules are used in a document, firefox will crash. | * even 100 @font-face rules per page seems to be pretty scalable. When 210 (230 for the first page you load) or more @font-face rules are used in a document, firefox will crash. | ||
edits