2012-01-25 23:04:40 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" />
< html dir = "ltr" xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta content = "text/html; charset=utf-8" http-equiv = "Content-Type" / >
< script type = "text/javascript" src = "harness/jquery-1.4.2.min.js" > < / script >
< script type = "text/javascript" src = "harness/sections.js" > < / script >
< script type = "text/javascript" >
//Globals
var TEST_LIST_PATH = "json/testcaseslist.json";
< / script >
< script type = "text/javascript" src = "harness/sth.js" > < / script >
< script type = "text/javascript" src = "harness/sta.js" > < / script >
< script type = "text/javascript" src = "harness/jqueryprogressbar.js" > < / script >
< script type = "text/javascript" src = "harness/helper.js" > < / script >
< script type = "text/javascript" src = "harness/jquery.base64.js" > < / script >
< script language = "javascript" type = "text/javascript" >
//To support all the browsers
$(window).resize(ResizeLoadIndicator);
$(window).load(ResizeLoadIndicator);
function ResizeLoadIndicator() {
$(".indicatorContainer .disabledBackground").css({ height: ($(window).height() - 20) + "px" });
}
$(".indicatorContainer").click(function(e) {
if (!e) { var e = window.event; }
e.cancelBubble = true;
if (e.stopPropagation) { e.stopPropagation(); }
});
< / script >
2012-01-25 23:29:00 +01:00
< title > ECMAScript Test402< / title >
2012-01-25 23:04:40 +01:00
< link href = "styles/style.css" media = "screen" rel = "stylesheet" title = "CSS" type = "text/css" / >
< / head >
< body >
< div class = "indicatorContainer" oncontextmenu = "return false;" >
<!-- Blank div to disable back portion when indicator is shown -->
< div class = "disabledBackground" > < / div >
< div id = "loadingIndicator" >
< div >
< img src = "./images/spinner.gif" alt = "Loading..." / >
< span > Loading...< / span >
< / div >
< / div >
< / div >
< div class = "wrapper" >
<!-- This Container holds the Logo -->
< div class = "logoHeader" >
2012-01-25 23:29:00 +01:00
< div class = "logoBg" > < p class = "headers" > < b > Experimental< / b > < i > ecmascript test402< / i > < / p > <!-- <img src="images/logo.png" /> --> < / div >
2012-01-25 23:04:40 +01:00
< div class = "ecmascriptbacklink" >
< p > < a href = 'javascript:void(window.open("http://www.ecmascript.org/"));' > ECMAScript.org< / a > < / p >
< / div >
< / div >
<!-- This Container holds the Navigation -->
< div class = "navBar" >
< ul >
< li > < a href = "#" class = "selected nav-link" id = "home" > Home< / a > < / li >
< li > < a href = "#" class = "nav-link" id = "run" > Run< / a > < / li >
< li > < a href = "#" class = "nav-link test-report-link" id = "results" > Results< / a > < / li >
< li > < a href = "#" class = "nav-link" id = "development" > Development< / a > < / li >
< / ul >
< / div >
< div class = "content-container" id = "contentContainer" >
<!-- This is the Main Content Container -->
< div class = "content-home" >
2012-01-25 23:29:00 +01:00
< p class = "headers" > What is test402?< / p >
< p class = "content" > Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.< / p >
2012-01-25 23:04:40 +01:00
< 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 >
2012-01-25 23:29:00 +01:00
< p class = "headers" > Who creates and maintains test402?< / p >
< p class = "content" > Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.< / p >
< p class = "headers" > What is the status of test402?< / p >
< p class = "content" > Aenean nec lorem. In porttitor. Donec laoreet nonummy augue.< / p >
2012-01-25 23:04:40 +01:00
< p class = "headers" > Where can I found out more?< / p >
2012-01-25 23:29:00 +01:00
< p class = "content" > Suspendisse dui purus, scelerisque at, vulputate vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis eleifend. Ut nonummy.< / p >
2012-01-25 23:04:40 +01:00
< p class = "headers" > Running the Tests< / p >
< p class = "content" > Click the “Run” tab at the top of this page for instructions and follow the instructions to run the tests.< / p >
< a href = 'javascript:void(window.open("http://www.ecma-international.org/memento/TC39.htm"));' > < / a >
< / div >
< div class = "content-dev" >
< p class = "headers" > Development< / p >
2012-01-25 23:29:00 +01:00
< p class = "content" > Fusce aliquet pede non pede. Suspendisse dapibus lorem pellentesque magna. Integer nulla.
2012-01-25 23:04:40 +01:00
< / p >
< / div >
< div class = "content-tests" >
<!-- This is the Main Content Container -->
2012-08-09 21:29:48 +02:00
< p class = "content" > Please click on the Run All button to run all the tests. Once you start the test you may pause the test anytime by clicking on the Pause button. You can click on the Results tab once the test is completed or after pausing the test. The Reset button is for restarting the test run. You may run individual tests by clicking the Run button next to the tests listed below. If you wish to run several chapters in sequence, but not the entire test suite, click the Select button for the chapters you wish to run and then click the Run Selected button.< / p >
2012-01-25 23:04:40 +01:00
<!-- This is the Progress Bar Holder -->
< div class = "progressBarHolder" >
< div id = "progressbar" > < / div >
< div class = "progressBarButtons" >
2012-08-09 21:29:48 +02:00
<!-- Loading: Run All, Run Selected -->
<!-- Loaded: Run All, Run Selected -->
<!-- Running: Pause -->
<!-- Paused: Resume, Reset -->
< img src = "images/runall.png" alt = "Run All" title = "Run all tests." id = "btnRunAll" / >
< img src = "images/runselected.png" alt = "Run Selected Tests" title = "Run the tests selected below." id = "btnRunSelected" / >
< img src = "images/pause.png" alt = "Pause" title = "Pause the running tests." id = "btnPause" / >
< img src = "images/resume.png" alt = "Resume" title = "Resume the running tests." id = "btnResume" / >
< img src = "images/reset.png" alt = "Reset" title = "Reset testing status." id = "btnReset" / >
2012-01-25 23:04:40 +01:00
< / div >
< div style = "clear: both;" > < / div >
< / div >
2012-08-09 21:29:48 +02:00
< p class = "hide" >
2012-01-25 23:04:40 +01:00
Timer Value(ms) : < input id = "txtTimerValue" value = "50" / > < input id = "btnSetTimerValue" value = "Set Timer Value" type = "button" / >
< / p >
2012-08-09 21:29:48 +02:00
2012-01-25 23:04:40 +01:00
<!-- This is the Results Text Holder -->
< div class = "resultsHeader" >
Tests To Run: < strong > < span class = "teststorun-counter" id = "testsToRun" > < / span > < / strong > < span class = "separator" > |< / span >
2012-08-09 21:29:48 +02:00
Total Tests Ran: < strong > < span class = "total-counter" id = "totalCounter" > < / span > < / strong > < span class = "separator" > |< / span >
Pass: < span class = "pass" id = "Pass" > < / span > < span class = "separator" > |< / span >
Fail: < span class = "fail" id = "Fail" > < / span > < span class = "separator" > |< / span >
Failed To Load: < span class = "fail" id = "failedToLoadCounter1" > < / span >
2012-01-25 23:04:40 +01:00
< p > < span id = "nextActivity" > < / span > < / p >
< / div >
2012-08-09 21:29:48 +02:00
<!-- Test Chapter selector -->
< div id = "chapterSelector" >
< table width = "100%" border = "0" cellspacing = "0" cellpadding = "2" > < / table >
< / div >
2012-01-25 23:04:40 +01:00
<!-- This is the Table -->
< div class = "resultsTableHolder" id = "tableLoggerParent" >
< table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" class = "table-logger" id = "tableLogger" > < / table >
< / div >
< div >
Test Suite Ver.: < span class = "targetTestSuiteVersion" > < / span > < span class = "separator" > |< / span > Test Suite Date: < span class = "targetTestSuiteDate" > < / span >
< / div >
< / div >
< div class = "content-results" >
< div class = "crumbContainer" >
< div class = "crumbs" > < / div >
< div style = "float:right;" > < a class = "setBlue hide" id = "backlinkDiv" href = "#" > < < back < / a > < / div >
< div style = "clear : both;" > < / div >
< / div >
< div class = "resultsHeader" > < strong > Total Tests:< span class = "totalCases" > < / span > < / strong > < br / >
Passed: < span class = "passedCases" > < / span > < span class = "separator" > |< / span > Failed: < span class = "failedCases" > < / span > < span class = "separator" > |< / span >
Failed To Load: < strong > < span id = "failedToLoadCounter" > < / span > < / strong >
< / div >
<!-- This is the Table -->
< div class = "resultsTableHolder" >
< table width = "100%" cellspacing = "0" cellpadding = "0" border = "0" class = "results-data-table" > < / table >
< div id = "resultMessage" > Test results will be displayed after the tests are executed using the Run page.< / div >
< / div >
< div >
Test Suite Ver.: < span class = "targetTestSuiteVersion" > < / span > < span class = "separator" > |< / span > Test Suite Date: < span class = "targetTestSuiteDate" > < / span >
< / div >
< div class = "downloadLinks" >
2012-08-09 21:29:48 +02:00
< p > < a class = "anchor-download-xml" id = "ancGenXMLReport" > < strong > Download results as XML< / strong > < / a > < / p > <!-- | <strong><a href="scripts/testcases.zip">Download Source</a></strong></p> -->
2012-01-25 23:04:40 +01:00
< / div >
< div id = "legend" class = "hide" >
< label class = "reportGreen" > Green:< / label > 100%
< label class = "reportLightGreen" > Green:< / label > 75% to 99.9%
< label class = "reportYellow" > Yellow:< / label > 50% to 75%
< label class = "reportRed" > Red:< / label > less than 50%
< / div >
< / div >
< / div >
< / div >
<!-- This is the Footer -->
< div class = "footer" >
<!-- <div class="Links"> <a href="">Privacy</a> | <a href="">Terms of Use</a> </div> -->
< div class = "copyright" > © < a href = 'javascript:void(window.open("http://www.ecma-international.org"));' > Ecma International< / a > < / div >
< / div >
< iframe id = "scriptLoader" class = "hide" > < / iframe >
< / body >
< / html >