2 <p>Test for
<a href=
"http://bugs.webkit.org/show_bug.cgi?id=13480">bug
13480</a>:
3 window.Attr is undefined.
</p>
8 testRunner
.dumpAsText();
10 Attr
.prototype.foobar = function () { document
.write("SUCCESS"); }
12 document
.getElementById("test").getAttributeNode("id").foobar();