X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=de1d483a69394007a2cef06c3ca1eddefedd70f2;hb=7ad6c698d28d7d0f0770e1f6490f1a9649c64b6f;hp=8e4cfddda55095a344ba36b9170f78a947b2a18c;hpb=2996a18eb00729b2624d8d75e8d24b056c5732bc;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 8e4cfdd..de1d483 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,43 +8,92 @@ - + - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + - - + @@ -186,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:";