X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=e35d18dd9295e06b01b18f3bd08d0c4a15ac24c5;hb=ed30673a8a861b1bb777e1b8f4a02cfa833c10ac;hp=0af3cffb6b611c8e85b4a225cca740e5a1c5c3b3;hpb=6a4587ace91189585976885b489d3e85eb51ee98;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 0af3cff..e35d18d 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -15,6 +15,7 @@ + @@ -24,6 +25,7 @@ + @@ -41,13 +43,32 @@ --> + + + + @@ -189,10 +238,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:";