Bug 528656: Support "font-family" property in SVG/SMIL. r=roc

This commit is contained in:
Daniel Holbert 2009-12-10 09:26:27 -08:00
parent a66fb56354
commit 45e1b492a3
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ nsSMILCSSProperty::IsPropertyAnimatable(nsCSSProperty aPropID)
// case eCSSProperty_filter:
case eCSSProperty_flood_color:
case eCSSProperty_flood_opacity:
// case eCSSProperty_font_family:
case eCSSProperty_font_family:
case eCSSProperty_font_size:
case eCSSProperty_font_size_adjust:
case eCSSProperty_font_stretch:

View File

@ -255,7 +255,7 @@ var gFromToBundles = [
new TestcaseBundle(gPropList.font_family, [
new AnimTestcaseFromTo("serif", "sans-serif"),
new AnimTestcaseFromTo("cursive", "monospace"),
], "need support for all properties that get stored in nsFont"),
]),
new TestcaseBundle(gPropList.font_size,
[].concat(_fromToTestLists.lengthPx, [
new AnimTestcaseFromTo("10px", "40%", { midComp: "15px", toComp: "20px" }),