QA/Firefox3.1/FontFace TestStatus: Difference between revisions

Line 216: Line 216:
== Bugs not filed in Bugzilla ==
== Bugs not filed in Bugzilla ==
* The layout after the new fonts load seems to be based on the old layout, as is mentioned in [https://bugzilla.mozilla.org/show_bug.cgi?id=441473#c33 bug 441473 #33]
* The layout after the new fonts load seems to be based on the old layout, as is mentioned in [https://bugzilla.mozilla.org/show_bug.cgi?id=441473#c33 bug 441473 #33]
** test case: downloadable-font-layouttest.html
* Fallback function not working on Mac OS X
* Fallback function not working on Mac OS X
** When it fails to download the font from every URI written in src, it just doesn't display anything ... shouldn't it display in default font?
** When it fails to download the font from every URI written in src, it just doesn't display anything ... shouldn't it display in default font?
** Also, when the url written in src did exist but was not in a proper format, it displays nothing. Even if they had other candidates after that url, those candidates are ignored.
** Also, when the url written in src did exist but was not in a proper format, it displays nothing. Even if they had other candidates after that url, those candidates are ignored.
** test case: downloadable-font-fallback.html
* Fallback function works weird on Windows
* Fallback function works weird on Windows
** When family name defined by @font-face rule and generic family name is assigned for a class (ex. @font-face { font-family: AAA;} .test { font-family: AAA, fantasy }), if downloadable font was not downloaded, the default font is used instead of fantasy fonts.
** When family name defined by @font-face rule and generic family name is assigned for a class (ex. @font-face { font-family: AAA;} .test { font-family: AAA, fantasy }), if downloadable font was not downloaded, the default font is used instead of fantasy fonts.
** test case: downloadable-font-fallback.html
* Some OpenType fonts are not displayed correctly when using @font-face rules on Windows
** test case: not ready yet; still looking for OpenType fonts we can use for tests


== Suspected Features ==
== Suspected Features ==
193

edits