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

Unified Diff: LayoutTests/fast/js/exception-thrown-from-new-expected.txt

Issue 1084323003: Auto-rebaseline for r193809 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/js/exception-thrown-from-new-expected.txt
diff --git a/LayoutTests/fast/js/exception-thrown-from-new-expected.txt b/LayoutTests/fast/js/exception-thrown-from-new-expected.txt
index b3f11244a3b60c3a24cb7f6a17b916f25a9be643..a272b45d0ad8afd31247fa7cea3a7b1e1a2884fe 100644
--- a/LayoutTests/fast/js/exception-thrown-from-new-expected.txt
+++ b/LayoutTests/fast/js/exception-thrown-from-new-expected.txt
@@ -1,5 +1,5 @@
This page tests exceptions thrown from 'new' expressions. If the test passes, you'll see a series of PASS messages below.
-FAIL: e1 should be 'TypeError: 'undefined' is not a constructor (evaluating 'new f')' but instead is 'TypeError: undefined is not a function'.
+FAIL: e1 should be 'TypeError: 'undefined' is not a constructor (evaluating 'new f')' but instead is 'TypeError: f is not a function'.
FAIL: e2 should be 'TypeError: 'undefined' is not a function (evaluating 'g()')' but instead is 'TypeError: g is not a function'.

Powered by Google App Engine
This is Rietveld 408576698