diff --git a/mozilla/layout/tools/reftest/reftest-analyzer.xhtml b/mozilla/layout/tools/reftest/reftest-analyzer.xhtml index 17930e18914..26b644d7e07 100644 --- a/mozilla/layout/tools/reftest/reftest-analyzer.xhtml +++ b/mozilla/layout/tools/reftest/reftest-analyzer.xhtml @@ -50,10 +50,6 @@ Features to add: ** turn the test list into a collapsing tree view ** move log loading into popup from viewer UI -Bugs I've hit: -* dynamic changes to xlink:href of feImage require removal/reinsertion from document: https://bugzilla.mozilla.org/show_bug.cgi?id=417339 -** when fixed, can remove the removal and reinsertion near the end of showImages - --> @@ -247,12 +243,6 @@ function show_images(i) { ID("feimage2").setAttributeNS(XLINK_NS, "xlink:href", item.images[1]); } - // Force reprocessing of the filters! - var svg = ID("svg"); - var p = svg.parentNode; - p.removeChild(svg); - p.appendChild(svg); - cell.style.display = ""; }