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" />
5 if (window.layoutTestController)
6 layoutTestController.waitUntilDone();
10 document.getElementById(
"image").href.baseVal =
"resources/green-checker.png";
11 document.getElementById(
"image").setAttribute(
"display",
"inherit");
14 document.getElementById(
"image").setAttributeNS(
"http://www.w3.org/1999/xlink",
"href",
""
16 document.getElementById(
"image").setAttribute(
"display",
"none");
19 document.getElementById(
"image").href.baseVal =
"resources/green-checker.png";
20 document.getElementById(
"image").setAttribute(
"display",
"inherit");
22 if (window.layoutTestController)
23 layoutTestController.notifyDone();