2 "Tests that logical not of an object where it is predicted either final object or other (i.e. null or undefined) performs correctly when document.all is present."
19 for (var i
= 0; i
< 100; ++i
) {
22 shouldBe("foo(o)", "true");
24 shouldBe("foo(null)", "false");