aboutsummaryrefslogtreecommitdiffstats
path: root/website/default.html
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-06-07 09:48:10 -0700
committerDavid Fugate <dfugate@microsoft.com>2011-06-07 09:48:10 -0700
commit33ba3d7621fdc928304552c1a68ee82b0df120df (patch)
treeafddf5fd2b01ca14b7d0e21dfb26266bf3f6f5eb /website/default.html
parentc04a994e00e4d26844d67766f4c430a71cc5b649 (diff)
Moved TEST_LIST_PATH from sth.js to default.html.
Diffstat (limited to 'website/default.html')
-rw-r--r--website/default.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/website/default.html b/website/default.html
index 91467c3ec..d694ce61f 100644
--- a/website/default.html
+++ b/website/default.html
@@ -4,6 +4,10 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<script type="text/javascript" src="resources/scripts/global/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="resources/scripts/global/sections.js"></script>
+<script type="text/javascript">
+ //Globals
+ var TEST_LIST_PATH = "resources/scripts/testcases/testcaseslist.json";
+</script>
<script type="text/javascript" src="resources/scripts/global/sth.js"></script>
<script type="text/javascript" src="resources/scripts/global/sta.js"></script>
<script type="text/javascript" src="resources/scripts/global/jqueryprogressbar.js"></script>
@@ -62,7 +66,7 @@
<!-- This is the Main Content Container -->
<div class="content-home">
<p class="headers">What is test262?</p>
- <p class="content">test262 is a test suite that may be used to check how closely a JavaScript implementation follows the ECMAScript 5th Edition Specification. The test suite contains thousands of individual tests, each of which tests some specific requirements of the ECMAScript specification.</p>
+ <p class="content">test262 is a test suite intended to check agreement between JavaScript implementations and the ECMA-262 Specification (currently 5th Edition). The test suite contains thousands of individual tests, each of which tests some specific requirements of the ECMAScript specification.</p>
<p class="headers">What is ECMAScript?</p>
<p class="content">"ECMAScript" is the name under which the language more commonly known as "JavaScript" is standardized. Development of the ECMAScript standard is the responsibility of <a href='javascript:void(window.open("http://www.ecma-international.org/memento/TC39.htm"));'>Technical Committee 39 (TC39)</a> of <a href='javascript:void(window.open("http://www.ecma-international.org/"));'>Ecma International</a>. The ECMAScript standard is officially known as ECMA-262. ECMAScript 5 (or just ES5) is short hand for the "ECMA-262, 5th Edition ECMAScript Language Specification" the official name of the current edition of the standard. ECMAScript 5 was approved as an official Ecma standard by the Ecma General Assembly on December 3, 2009. <a href='javascript:void(window.open("http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf"));'>The ECMAScript 5 Specification (PDF)</a> is available from the Ecma International web site.</p>
<p class="headers">Who creates and maintains test262?</p>