X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=89c7efca48fc9c69108c2bb2372fdfeb117dd7d2;hb=f34f95d1f2fe3adcc0bbe578368740afba513d9f;hp=0af3cffb6b611c8e85b4a225cca740e5a1c5c3b3;hpb=6a4587ace91189585976885b489d3e85eb51ee98;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 0af3cff..89c7efc 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -24,6 +24,7 @@ + @@ -41,13 +42,30 @@ --> + + @@ -189,10 +235,10 @@ if (selector != null) { // running a test var list = createAttached("ul", selector); var parent = list.parentElement; var createLink = function(parent, text, url) { - var li = createAttached("li", parent); - var a = createAttached("a", li); - a.innerText = text; - a.href = url; + var li = createAttached("li", parent); + var a = createAttached("a", li); + a.innerHTML = text; + a.href = url; } if (tc == null) { description.innerHTML = "Test cases:";