2 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" onload=
"test()">
3 <image id=
"image" xlink:
href=
"" width=
"75" height=
"75" />
6 testRunner.waitUntilDone();
10 document.getElementById(
"image").removeAttributeNS(
"http://www.w3.org/1999/xlink",
"href",
"");
11 document.getElementById(
"image").setAttribute(
"display",
"none");
14 document.getElementById(
"image").setAttributeNS(
"http://www.w3.org/1999/xlink",
"href",
"resources/green-checker.png");
15 document.getElementById(
"image").setAttribute(
"display",
"inherit");
17 if (window.testRunner)
18 testRunner.notifyDone();