X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=de1d483a69394007a2cef06c3ca1eddefedd70f2;hb=7ad6c698d28d7d0f0770e1f6490f1a9649c64b6f;hp=0af3cffb6b611c8e85b4a225cca740e5a1c5c3b3;hpb=c02097ab8767f4977d97964a092923baddc7ca08;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 0af3cff..de1d483 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,46 +8,92 @@ - + + + + + + + + - + + + + + - + + + - + + + - + + + @@ -189,10 +263,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:";