1 description("Test to make sure that document.all works properly with the DFG");
3 var f = function(a
, b
) {
13 for (var i
= 1; i
< 100; i
++) {
14 shouldBe("f(2, 42)", "44");
18 if (test
== document
.all
) {
19 shouldBeTrue("false");
20 } else if (undefined == document
.all
) {
21 debug("document.all was undefined");
22 for (var i
= 1; i
< 1000; i
++) {
23 shouldBe("f(document.all, 43)", "0");