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

Unified Diff: LayoutTests/fast/js/excessive-comma-usage-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « LayoutTests/fast/js/date-parse-test-expected.txt ('k') | LayoutTests/fast/js/function-apply-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/excessive-comma-usage-expected.txt
diff --git a/LayoutTests/fast/js/excessive-comma-usage-expected.txt b/LayoutTests/fast/js/excessive-comma-usage-expected.txt
index ed3cbe671ec3e3d81874d20f537cdc4f981bb047..acf6c94fe707573907add62f1aaa09b08154f1fb 100644
--- a/LayoutTests/fast/js/excessive-comma-usage-expected.txt
+++ b/LayoutTests/fast/js/excessive-comma-usage-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS new Function(initializerTestString)() is true
PASS new Function(declarationTestString)() is true
-PASS new Function(commaExpressionTestString)() is true
+FAIL new Function(commaExpressionTestString)() should be true. Threw exception RangeError: Maximum call stack size exceeded
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/js/date-parse-test-expected.txt ('k') | LayoutTests/fast/js/function-apply-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698