From 51ed5c99108e7d2df635ef9987cd143bb7fac38f Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Wed, 20 Feb 2008 16:44:11 +0000 Subject: [PATCH] Stop working around bug 417339 now that it's fixed. Not part of default build. git-svn-id: svn://10.0.0.236/trunk@246096 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/tools/reftest/reftest-analyzer.xhtml | 10 ---------- 1 file changed, 10 deletions(-) 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 = ""; }