зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a84b721044
Коммит
0d3e01be28
|
@ -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">‎---</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
|
||||
|
|
Загрузка…
Ссылка в новой задаче