X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=0d4fe45df295bbc33dd4e78e48510049a7b67412;hb=dd371798a58578e470de0a7e292ca5ca550aa3f3;hp=8e4cfddda55095a344ba36b9170f78a947b2a18c;hpb=2996a18eb00729b2624d8d75e8d24b056c5732bc;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 8e4cfdd..0d4fe45 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,43 +8,86 @@ - + - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + - - + @@ -186,10 +257,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:";