michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/licenses/publicdomain/ michael@0: * Contributor: michael@0: */ michael@0: michael@0: michael@0: /** michael@0: * File Name: template.js michael@0: * Reference: ** replace with bugzilla URL or document reference ** michael@0: * Description: ** replace with description of test ** michael@0: * Author: ** replace with your e-mail address ** michael@0: */ michael@0: michael@0: var SECTION = ""; // if ECMA test, provide section number michael@0: var VERSION = "ECMA_2"; // Version of JavaScript or ECMA michael@0: var TITLE = ""; // Provide ECMA section title or description michael@0: var BUGNUMBER = ""; // Provide URL to bugsplat or bugzilla report michael@0: michael@0: startTest(); // leave this alone michael@0: michael@0: michael@0: /* Calls to AddTestCase here */ michael@0: michael@0: test(); // leave this alone