Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: LayoutTests/fast/js/resources/js-test-pre.js

Issue 57483002: Implement File constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed feedback on tests. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};
}
})();

Powered by Google App Engine
This is Rietveld 408576698