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

Line 265: Line 265:
     ✓ Successfully rendered using the correct font face
     ✓ Successfully rendered using the correct font face
     ✕ Failed. default font used
     ✕ Failed. default font used
== Bugs found after applying patch v.0.9f ==
* Graphic bug when using the same downloadable font previously used in a different page
** For details, see [https://bugzilla.mozilla.org/show_bug.cgi?id=441473#c66 bug441473 #66]
* Firefox will crash when different types of src:url()s are used in more than two @font-face rules in a single page
** When you use more than two @font-face rule with the following url()s, it will crash firefox
*** @font-face RULE1 with src:url(A) A: absolute URL, violates same-origin restriction
*** @font-face RULE2 with src:url(B) B: relative URL, does not violate same-origin restriction


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

edits