1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <svg xmlns=
"http://www.w3.org/2000/svg"
3 xmlns:
xlink=
"http://www.w3.org/1999/xlink" id=
"svg-root" width=
"100%" height=
"100%" onload=
"runTest()">
4 <title id=
"test-title">Remove attribute test
</title>
5 <desc id=
"test-desc">Remove attribute test
</desc>
9 document.getElementById(
"green").removeAttributeNS(null,
"transform");
12 <rect id=
"green" x=
"20" y=
"20" width=
"200" height=
"200" fill=
"green" transform=
"translate(0,5000)"/>