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

Line 27: Line 27:
|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
|style="background:#ffdead;" |Sometimes fails
|Passes
|Font is not loaded
|
|-
|-
|downloadable-font-diacritic.html
|downloadable-font-diacritic.html
Line 37: Line 37:
|downloadable-font-fallback.html
|downloadable-font-fallback.html
|Check the fallback functions
|Check the fallback functions
|style="background:#ffaaaa;" |Fails
|style="background:#ffdead;" |Sometimes Fails
|When trying to download a font from src: url(A), url(B), url(C) which is
|Font not loaded (it happens pretty often)
*url(A): violates same-site restriction
*url(B): file in wrong format (ex.html,pdf)
*url(C): valid TrueType Font file
 
Firefox downloads file from url(B) and displays nothing.
Firefox should download file from url(C) and render with that font, or at least render with default font
|-
|-
|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
|style="background:#ffdead;" |Sometimes fails
|style="background:#ffdead;" |Sometimes fails
|Font is not loaded
|Font is not loaded (it happens quite often)
|-
|-
|downloadable-font-iframe.html
|downloadable-font-iframe.html
Line 79: Line 73:
|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
|style="background:#ffdead;" |Sometimes fails
|style="background:#ffdead;" |Sometimes fails
|Fonts are not loaded
|Fonts are not loaded, or layout bug
|-
|-
|downloadable-font-markupdifference.html
|downloadable-font-markupdifference.html
Line 97: Line 91:
|}
|}


LoadTest
LoadTest (done on patch v.0.9d ... not on patch v.0.9h yet)
* even 100 @font-face rules per page seems to be pretty scalable. When 210 (230 for the first page you load) or more @font-face rules are used in a document, firefox will crash.
* even 100 @font-face rules per page seems to be pretty scalable. When 210 (230 for the first page you load) or more @font-face rules are used in a document, firefox will crash.


193

edits