mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Add an extra message when TestRunner.js calls timeout.
This commit is contained in:
parent
ff31a965b0
commit
a02dd9c733
@ -167,6 +167,7 @@ var W3CTest = {
|
||||
* from tests.
|
||||
*/
|
||||
"timeout": function() {
|
||||
this.logFailure("Test runner timed us out.");
|
||||
timeout();
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user