Hi, in a html document, I create a <svg:image> element and attach it to the document. Then, I try to change it's href attribute to point to another resource, but it does not work. See testcase. I noticed that bug on webkit-gtk, and did not have the opportunity to test on different backends.
When browsing http://renevier.net/bugs/webkit_svg_image_href.html, image is green with gecko and opera. It's yellow with GtkLauncher.
I think this is the same problem as in bug 26328. With my fix from that bug applied I see a green image. Cheers, Rob.
Landed in r45095.