X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=e35d18dd9295e06b01b18f3bd08d0c4a15ac24c5;hb=077e41ff2b66f27bf3526aec5d2e1cdb0b217429;hp=961a9d5438f0d29a205439c7843192da34bf1074;hpb=0e73b025c40afe6193dfc9ddb6ea6c640156d92e;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) {