X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=2104d311d48c166a04a320ffd296d746eba688d6;hb=e2d8db3a5de3343e44e92d087e5cc3d2a56da1a6;hp=d24cab801022b51ae0172cb89e4d93d084fc4022;hpb=ef13835bfedd532f7948483ed199c58a8f1b9a54;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index d24cab8..2104d31 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -15,35 +15,58 @@ - - - + - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + - + @@ -185,10 +236,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:";