X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=74f57e61844d91e79b3c6e3d1aad7ba640651d47;hb=d66c74ef29a8ad222e7203911af1b46b37f5bde1;hp=6db0207454e6396f3388aa38024651d65bb775df;hpb=3f675fe524eece31f39fb68601d2d2d7d5720941;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6db0207..74f57e6 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,45 +8,90 @@ - + - - - + + + + + - - - - - - + + - - - - - - + + - + + + + + + + + + + + + + + + + + + + + + + + + - - + @@ -188,10 +261,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:";