From 522165fb6a664c815271da82179e150e0489f2ac Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 7 Mar 2011 08:29:18 -0500 Subject: [PATCH] No longer clearing test name output on successful browser test --- tools/browser-test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

' ; }