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

Line 66: Line 66:
(Known bugs, not-yet-implemented features, questions)
(Known bugs, not-yet-implemented features, questions)


Bugs already filed in Bugzilla:
== Bugs already filed in Bugzilla ==
* Firefox crashes when you leave the page before the font download finishes.
* Firefox crashes when you leave the page before the font download finishes.
** For example, the following test page should crash your firefox (only if have applied the patch for bug 441473).
** For example, the following test page should crash your firefox (only if have applied the patch for bug 441473).
Line 80: Line 80:
** The former feature reproduced only on nightly builds with the patch applied.
** The former feature reproduced only on nightly builds with the patch applied.


Bugs not filed in Bugzilla yet:
== Bugs not filed in Bugzilla yet ==
* After applying the patch v.0.9, firefox hung when trying to load the page using downloadable fonts
* After applying the patch v.0.9, firefox hung when trying to load the page using downloadable fonts
** It hung only when the src:url() specifies valid url of the font
** It hung only when the src:url() specifies valid url of the font
Line 90: Line 90:
** 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.


Suspected features (are these bug? or expected behaviors?)
== Suspected features ==
(are these bug? or expected behaviors?)
 
* Some fonts have more than two font names (ex. HiraKakuPro-W3 and ヒラギノ角ゴ Pro W3). src:local() cannot recognize font names written in Japanese
* Some fonts have more than two font names (ex. HiraKakuPro-W3 and ヒラギノ角ゴ Pro W3). src:local() cannot recognize font names written in Japanese
** Normal font-family: ""; can recognize font names written in Japanese
** Normal font-family: ""; can recognize font names written in Japanese
Line 97: Line 99:
** Font-stretch property itself is not implemented yet
** Font-stretch property itself is not implemented yet


Expected Features
== Expected Features ==
* No support for EOT, dataFork TrueType, Bitmap Fonts
* No support for EOT, dataFork TrueType, Bitmap Fonts


Bugs that '''will reproduce on Firefox 3.0.x''' (that means, these bugs are not coming from the patch code, but from the codes already implemented and landed)
== Bugs that '''will reproduce on Firefox 3.0.x''' ==
(that means, these bugs are not coming from the patch code, but from the codes already implemented and landed)
* Some fonts are not rendered on Windows
* Some fonts are not rendered on Windows
** When these fonts are used in downloadable fonts (@font-face), it simply doesn't work, and fallback function will be called
** When these fonts are used in downloadable fonts (@font-face), it simply doesn't work, and fallback function will be called
193

edits