updated test framework CSS

This commit is contained in:
Eric Rowell
2012-11-28 23:04:23 -08:00
parent 424e86bd2b
commit 6ae7a932f8
2 changed files with 9 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ Test.prototype = {
console.log(this.counter + ') ' + key);
tests[key](key);
obj.testMessage.innerHTML = this.counter + ') ' + key + ': PASSED';
obj.testMessage.setAttribute('class', 'green');
obj.testMessage.setAttribute('class', 'gray');
}
}