Begone, test artifacts

This commit is contained in:
Thomas Fuchs 2007-06-17 22:29:44 +00:00
parent a611146f61
commit 0894f235b8
1 changed files with 1 additions and 2 deletions

View File

@ -406,8 +406,7 @@
assertElementsMatch(list.getElementsByClassName(['']));
assertElementsMatch(list.getElementsByClassName([' ', '']));
assertElementsMatch(list.getElementsByClassName({}));
assertEqual(Array, [].constructor)
// those lookups shouldn't have extended all nodes in document
if (Prototype.Browser.IE) assertUndefined(document.getElementById('unextended')['show']);
}},