X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=e9feab43d55f5d36dfaf9148a0c9730df8153785;hb=b843b52c15b95e0f97a172e67da0a3b865d1d5ee;hp=ae39e7f09c50e91f17efd5d9123e93840d7a8280;hpb=0979a9f952551ee99abf24fc110dea63b1f9df15;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index ae39e7f..e9feab4 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -15,37 +15,55 @@ - - - + - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + - - + @@ -187,10 +225,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:";