X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=e35d18dd9295e06b01b18f3bd08d0c4a15ac24c5;hb=5baf7a08e52ae0c668c9578bdeb2d63b68f829fc;hp=961a9d5438f0d29a205439c7843192da34bf1074;hpb=856c1ffb22b098041a7ab1a7cb8e2b6a146722b2;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 961a9d5..e35d18d 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -15,6 +15,7 @@ + @@ -42,6 +43,9 @@ --> + + + @@ -127,7 +131,7 @@ var summary = { failed: 0, passed: 0 }; postResults(results, summary); resultsDiv.appendChild(document.createElement("hr")); - document.getElementById('summary').innerText = "(" + summary.failed + " failed, " + summary.passed + " passed)"; + document.getElementById('summary').innerHTML = "(" + summary.failed + " failed, " + summary.passed + " passed)"; } function createResultsDiv() { @@ -236,7 +240,7 @@ if (selector != null) { // running a test var createLink = function(parent, text, url) { var li = createAttached("li", parent); var a = createAttached("a", li); - a.innerText = text; + a.innerHTML = text; a.href = url; } if (tc == null) {