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
This commit is contained in:
dbaron%dbaron.org 2008-02-20 16:44:11 +00:00
parent 417e9e3189
commit 51ed5c9910

View File

@ -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
-->
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
@ -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 = "";
}