X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=5325d6b91213290fa0b8980b34ece9fff6cbeb99;hb=d89973c0db331c81b4b8019d59fd0aefc5e90871;hp=0af3cffb6b611c8e85b4a225cca740e5a1c5c3b3;hpb=c02097ab8767f4977d97964a092923baddc7ca08;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 0af3cff..5325d6b 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,13 +8,16 @@ - + + + + @@ -24,30 +27,50 @@ - + + + - + + - + + - + + @@ -189,10 +240,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:";