()
| 5125 | } |
| 5126 | |
| 5127 | function appendInterface() { |
| 5128 | var qunit = id("qunit"); |
| 5129 | |
| 5130 | if (qunit) { |
| 5131 | qunit.innerHTML = "<h1 id='qunit-header'>" + escapeText(document.title) + "</h1>" + "<h2 id='qunit-banner'></h2>" + "<div id='qunit-testrunner-toolbar'></div>" + appendFilteredTest() + "<h2 id='qunit-userAgent'></h2>" + "<ol id='qunit-tests'></ol>"; |
| 5132 | } |
| 5133 | |
| 5134 | appendHeader(); |
| 5135 | appendBanner(); |
| 5136 | appendTestResults(); |
| 5137 | appendUserAgent(); |
| 5138 | appendToolbar(); |
| 5139 | } |
| 5140 | |
| 5141 | function appendTest(name, testId, moduleName) { |
| 5142 | var title, |
no test coverage detected