diff --git a/tools/browser-test.html b/tools/browser-test.html index 86eb485..88273a5 100644 --- a/tools/browser-test.html +++ b/tools/browser-test.html @@ -17,7 +17,7 @@ easejs.runTests(); body.style.color = 'green'; - body.innerHTML = '

0 Failures.

' + + body.innerHTML += '

0 Failures.

' + '

ease.js will run properly within this browser.

' ; }