Backed out changeset 367cdcfa611b due to smil reftest failures on opt mac & windows tinderboxen

This commit is contained in:
Daniel Holbert 2010-02-26 15:43:47 -08:00
parent ba5c1ee63b
commit 16413ffab8
4 changed files with 4 additions and 127 deletions

View File

@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="s">
<circle/>
<animateTransform attributeName="transform"/>
</g>
<use xlink:href="#s"/>
</svg>

Before

Width:  |  Height:  |  Size: 205 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,5 +1,3 @@
load 483584-1.svg
load 483584-2.svg
load 523188-1.svg
load 525099-1.svg
load 526536-1.svg

View File

@ -1235,6 +1235,10 @@ nsSVGElement::DidAnimateLength(PRUint8 aAttrEnum)
void
nsSVGElement::GetAnimatedLengthValues(float *aFirst, ...)
{
#ifdef MOZ_SMIL
FlushAnimations();
#endif
LengthAttributesInfo info = GetLengthInfo();
NS_ASSERTION(info.mLengthCount > 0,