Interface of unknown element test(function() { var e = document.getElementById("target"); assert_equals(Object.getPrototypeOf(e), SVGUnknownElement.prototype); });