X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=ea529fec4ce7be5c8d10627edeffaefc3d2ef7ab;hb=24f7710ba142479e082ac909f84283c0ad8261ce;hp=ae39e7f09c50e91f17efd5d9123e93840d7a8280;hpb=436943f9fee49b1f892480f04f0dc4d5abc5fca0;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index ae39e7f..ea529fe 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,44 +8,89 @@ - + - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + - - + @@ -187,10 +260,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:";