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

Unified Diff: LayoutTests/fast/events/resources/window-onerror.js

Issue 19962008: Rewrite the 'window.onerror' tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests. Created 7 years, 5 months 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/events/resources/window-onerror.js
diff --git a/LayoutTests/fast/events/resources/window-onerror.js b/LayoutTests/fast/events/resources/window-onerror.js
index 344574bb653c3fedf231516e1d0b9960389baf60..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/LayoutTests/fast/events/resources/window-onerror.js
+++ b/LayoutTests/fast/events/resources/window-onerror.js
@@ -1,3 +0,0 @@
-function throwException() {
do-not-use 2013/07/23 14:46:09 Not sure why this file appears as modified and not
Mike West 2013/07/23 14:51:54 Hrm. It's deleted locally. Perhaps Git is confused
- throw new Error("An exception");
-}

Powered by Google App Engine
This is Rietveld 408576698