# HG changeset patch # User Nicholas Jillings # Date 1463402495 -3600 # Node ID 33d2c4fd262563a81061824b84689827fc1d7b97 # Parent ce406455f25be214da9e9d15f540bfaf3b45c4e7 Implemented #10. Each test definition can have some text describing the test. diff -r ce406455f25b -r 33d2c4fd2625 test_create/test_core.js --- a/test_create/test_core.js Mon May 16 13:32:11 2016 +0100 +++ b/test_create/test_core.js Mon May 16 13:41:35 2016 +0100 @@ -5,6 +5,7 @@ var specification; var convert; var attributeText; +var page_lang = "en"; // Firefox does not have an XMLDocument.prototype.getElementsByName // and there is no searchAll style command, this custom function will @@ -278,6 +279,9 @@ spnH.appendChild(span); this.content.appendChild(spnH); this.select = document.createElement("select"); + this.content.appendChild(this.select); + this.description = document.createElement("p"); + this.content.appendChild(this.description); this.testsXML = interfaceSpecs.getElementsByTagName('tests')[0].children; for (var i=0; i