193
edits
Ayoshihara (talk | contribs) |
Ayoshihara (talk | contribs) |
||
Line 108: | Line 108: | ||
|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 | ||
|Fails | |style="background:#ffaaaa;" |Fails | ||
|Layout bug | |Layout bug | ||
|- | |- | ||
Line 118: | Line 118: | ||
|downloadable-font-fallback.html | |downloadable-font-fallback.html | ||
|Check the fallback functions | |Check the fallback functions | ||
|Fails | |style="background:#ffaaaa;" |Fails | ||
|The priority of fonts in fallback function seems to be wrong. | |The priority of fonts in fallback function seems to be wrong. | ||
When a rule was like | When a rule was like | ||
Line 131: | Line 131: | ||
|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 | ||
|Fails | |style="background:#ffaaaa;" |Fails | ||
|When you specify a non-italic face with a font-style:italic rule, it is rendered in italic. It should not be in italic. It should be rendered using the exact font face you specified. | |When you specify a non-italic face with a font-style:italic rule, it is rendered in italic. It should not be in italic. It should be rendered using the exact font face you specified. | ||
|- | |- | ||
Line 146: | Line 146: | ||
|downloadable-font-layouttest.html | |downloadable-font-layouttest.html | ||
|Check the layout of downloaded fonts | |Check the layout of downloaded fonts | ||
|Fails | |style="background:#ffaaaa;" |Fails | ||
|Layout of default font used. Mentioned in [[https://bugzilla.mozilla.org/show_bug.cgi?id=441743#33 bug441473 #33]] | |Layout of default font used. Mentioned in [[https://bugzilla.mozilla.org/show_bug.cgi?id=441743#33 bug441473 #33]] | ||
|- | |- | ||
|downloadable-font-leavepagetest.html | |downloadable-font-leavepagetest.html | ||
|Check if the firefox crashes when leaving the page during the font download | |Check if the firefox crashes when leaving the page during the font download | ||
|Crashes | |style="background:#ff0000;" |Crashes | ||
|This page will redirect to www.google.com while the font download is processed. Maybe slightly different from [[https://bugzilla.mozilla.org/show_bug.cgi?id=451462 bug451462 ]] | |This page will redirect to www.google.com while the font download is processed. Maybe slightly different from [[https://bugzilla.mozilla.org/show_bug.cgi?id=451462 bug451462 ]] | ||
|- | |- | ||
Line 161: | Line 161: | ||
|downloadable-font-loadtest.html | |downloadable-font-loadtest.html | ||
|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 | ||
|Sometimes fails | |style="background:#ffdead;" |Sometimes fails | ||
|Layout bug ([[https://bugzilla.mozilla.org/show_bug.cgi?id=441743#33 bug441473 #33]]) | |Layout bug ([[https://bugzilla.mozilla.org/show_bug.cgi?id=441743#33 bug441473 #33]]) | ||
It seem to happen when it fails to download the font before the first rendering. But I'm not sure when it happens. The place it happens changes every time. | It seem to happen when it fails to download the font before the first rendering. But I'm not sure when it happens. The place it happens changes every time. | ||
Line 167: | Line 167: | ||
|downloadable-font-markupdifference.html | |downloadable-font-markupdifference.html | ||
|Check what happens when applying HTML markups to downloaded fonts | |Check what happens when applying HTML markups to downloaded fonts | ||
|Fails | |style="background:#ffaaaa;" |Fails | ||
|For example, when you apply <em> to a text rendered with downloaded fonts, the italic FACE IS CALCULATED. However, when you apply <em> to a text rendered with font in user's environment, the ITALIC FACE of that font-family is used. The former calculated face and latter italic face is different, so they are rendered slightly differently. | |For example, when you apply <em> to a text rendered with downloaded fonts, the italic FACE IS CALCULATED. However, when you apply <em> to a text rendered with font in user's environment, the ITALIC FACE of that font-family is used. The former calculated face and latter italic face is different, so they are rendered slightly differently. | ||
|- | |- |
edits