X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=ae0b6b3af6da3ea83e78ee87fa54ba595a5ff953;hb=237060cc571db3965c26e21689c01a87c4cbb8a3;hp=d24cab801022b51ae0172cb89e4d93d084fc4022;hpb=ef13835bfedd532f7948483ed199c58a8f1b9a54;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index d24cab8..ae0b6b3 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,42 +8,69 @@ - + - - - + + + + - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + - + @@ -185,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:";