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

Line 272: Line 272:
* Firefox will crash when different types of src:url()s are used in more than two @font-face rules in a single page
* 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
** 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 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
*** @font-face RULE2 with src:url(B) /// B: relative URL, does not violate same-origin restriction


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

edits