зеркало из https://github.com/mozilla/gecko-dev.git
Bug 974710 - Stop incorrectly reporting errors with values attribute on the animateMotion element. r=dholbert
This commit is contained in:
Родитель
9cbf05a17a
Коммит
2abd5f24bb
|
@ -72,15 +72,18 @@ SVGMotionSMILAnimationFunction::SetAttr(nsIAtom* aAttribute,
|
|||
}
|
||||
} else if (aAttribute == nsGkAtoms::path) {
|
||||
aResult.SetTo(aValue);
|
||||
MarkStaleIfAttributeAffectsPath(aAttribute);
|
||||
if (aParseResult) {
|
||||
*aParseResult = NS_OK;
|
||||
}
|
||||
MarkStaleIfAttributeAffectsPath(aAttribute);
|
||||
} else if (aAttribute == nsGkAtoms::by ||
|
||||
aAttribute == nsGkAtoms::from ||
|
||||
aAttribute == nsGkAtoms::to ||
|
||||
aAttribute == nsGkAtoms::values) {
|
||||
MarkStaleIfAttributeAffectsPath(aAttribute);
|
||||
if (aParseResult) {
|
||||
*aParseResult = NS_OK;
|
||||
}
|
||||
} else {
|
||||
// Defer to superclass method
|
||||
return nsSMILAnimationFunction::SetAttr(aAttribute, aValue,
|
||||
|
|
Загрузка…
Ссылка в новой задаче