X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=ae0b6b3af6da3ea83e78ee87fa54ba595a5ff953;hb=38f280e5004391d7baf23f355f62799da03b0598;hp=0af3cffb6b611c8e85b4a225cca740e5a1c5c3b3;hpb=c02097ab8767f4977d97964a092923baddc7ca08;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 0af3cff..ae0b6b3 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,13 +8,16 @@ - + + + + @@ -24,30 +27,50 @@ - + + + - + + - + + - + + @@ -189,10 +240,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:";