Index: LayoutTests/fast/js/resources/js-test-pre.js |
diff --git a/LayoutTests/fast/js/resources/js-test-pre.js b/LayoutTests/fast/js/resources/js-test-pre.js |
index 6e578d5e6372b8e7504823684e1c674f6f11e984..b69c724740f4806a1aa24742920ed69475164e27 100644 |
--- a/LayoutTests/fast/js/resources/js-test-pre.js |
+++ b/LayoutTests/fast/js/resources/js-test-pre.js |
@@ -95,6 +95,7 @@ var description, debug, successfullyParsed, errorMessage; |
self.onerror = function(message) |
{ |
errorMessage = message; |
+ finishJSTest(); |
Inactive
2013/11/05 00:38:48
The idea of this change was to help you debug your
pwnall-personal
2013/11/05 01:14:23
It is not necessary for tests to pass. At the same
|
}; |
} |
})(); |