X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=961a9d5438f0d29a205439c7843192da34bf1074;hb=72223c02efb7e8629bebb20e1be5ce5e880e70b7;hp=6db0207454e6396f3388aa38024651d65bb775df;hpb=9d31b3fe6bb776384da58c37dc9b2ba1304f1fd0;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6db0207..961a9d5 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -15,38 +15,56 @@ - - - + - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + - - - + @@ -188,10 +234,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.innerText = text; + a.href = url; } if (tc == null) { description.innerHTML = "Test cases:";