X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=e35d18dd9295e06b01b18f3bd08d0c4a15ac24c5;hb=3641418e39983c35cef7ef5908ea2eda18b62492;hp=d24cab801022b51ae0172cb89e4d93d084fc4022;hpb=795b16307db2a673ba7aa3452f6f6b0e93baeb3a;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index d24cab8..e35d18d 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -15,35 +15,60 @@ - - - + + - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + - + @@ -185,10 +238,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:";