X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=auto_tests%2Fmisc%2Flocal.html;h=74f57e61844d91e79b3c6e3d1aad7ba640651d47;hb=4d402efd2ad8318651a7fa809133a47a17db1288;hp=8e4cfddda55095a344ba36b9170f78a947b2a18c;hpb=65728bc9155b54d20889d255f6d3d8766af8c144;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 8e4cfdd..74f57e6 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -8,43 +8,90 @@ - + - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + - - + @@ -186,10 +261,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:";