4 <script src=
"../../resources/js-test.js"></script>
11 "getNamedItemNS('http://www.w3.org/2000/svg')",
14 "removeNamedItemNS()",
15 "removeNamedItemNS('http://www.w3.org/2000/svg')",
18 ].forEach(function(expr
)
20 window
.attributes
= document
.body
.attributes
;
21 shouldThrow("attributes." + expr
);