X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=1604e8ee63070ca74226a2067d69b344cd135078;hb=42aef15a2cbd211c56c860d6915d37ca1dbfccad;hp=6db0207454e6396f3388aa38024651d65bb775df;hpb=e26b71566419e1c051f3fbd1f4f8f64b063a04c9;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6db0207..1604e8e 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,45 +8,93 @@ - + - - - + + + + + - - - - - - + + + - - - - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + - - + @@ -188,10 +264,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:";