Bug 610954: Use first continuation frame in new code in nsSVGIntegrationUtils::GetInvalidAreaForChangedSource, to match old code. r=longsonr a=bsmedberg

This commit is contained in:
Daniel Holbert 2010-11-10 13:18:11 -08:00
Родитель a84b721044
Коммит 0d3e01be28
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -148,7 +148,7 @@ nsSVGIntegrationUtils::GetInvalidAreaForChangedSource(nsIFrame* aFrame,
if (!effectProperties.mFilter)
return aInvalidRect;
nsSVGFilterProperty *prop = nsSVGEffects::GetFilterProperty(aFrame);
nsSVGFilterProperty *prop = nsSVGEffects::GetFilterProperty(firstFrame);
if (!prop || !prop->IsInObserverList()) {
return aInvalidRect;
}

Просмотреть файл

@ -0,0 +1 @@
<!DOCTYPE html><html><body dir=rtl onload="document.getElementById('g').style.filter = 'url(#filter1)';"><span id="g">&#x200E;---</span></body></html>

Просмотреть файл

@ -96,3 +96,4 @@ load 587336-1.html
load 590291-1.svg
load 601999-1.html
load 605626-1.svg
load 610954-1.html