No bug - Add an extra message when TestRunner.js calls timeout.

This commit is contained in:
Ms2ger 2012-07-18 12:36:08 +02:00
parent ff31a965b0
commit a02dd9c733

View File

@ -167,6 +167,7 @@ var W3CTest = {
* from tests.
*/
"timeout": function() {
this.logFailure("Test runner timed us out.");
timeout();
}
};