X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=auto_tests%2Fmisc%2Flocal.html;h=2104d311d48c166a04a320ffd296d746eba688d6;hb=e2d8db3a5de3343e44e92d087e5cc3d2a56da1a6;hp=961a9d5438f0d29a205439c7843192da34bf1074;hpb=856c1ffb22b098041a7ab1a7cb8e2b6a146722b2;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 961a9d5..2104d31 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -42,6 +42,8 @@ --> + + @@ -127,7 +129,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 +238,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) {