1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../../resources/js-test.js"></script>
27 shouldBeTrue("typeof test1 == 'function'");
28 shouldBeTrue("typeof test2 == 'function'");
29 shouldBeTrue("typeof test3 == 'function'");
30 shouldBe("test3()", '"SUCCESS"');