create test for #290

This commit is contained in:
Brian Suh 2014-10-04 12:17:48 -07:00
parent 67666e76dd
commit 1fa946110a
2 changed files with 15 additions and 3 deletions

View file

@ -38,7 +38,9 @@ mock.window = new function() {
},
getAttribute: function(name, value) {
return this[name]
}
},
addEventListener: function () {},
removeEventListener: function () {}
}
}
window.document.createElementNS = function(namespace, tag) {