X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=auto_tests%2Fmisc%2Flocal.html;h=38413726e1659bc1b7bd6c61e7f0d31fbafbdc88;hb=cd872296479aecce62b74c787dc778732070c498;hp=ae39e7f09c50e91f17efd5d9123e93840d7a8280;hpb=97583b90be3e80c95654d010db8a4b3f8813bb7a;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index ae39e7f..3841372 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,44 +8,91 @@ - + - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + - - + @@ -187,10 +262,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:";