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

Unified Diff: LayoutTests/fast/js/mozilla/strict/B.1.2-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
Index: LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt
diff --git a/LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt b/LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt
index 37d2bcfb36c09a0ae60bec60b8d119e794164ca5..2a60797a532dd589882ad7a47f12f0a63f556c89 100644
--- a/LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt
+++ b/LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt
@@ -7,7 +7,7 @@ PASS true === true
PASS Function("'use strict'; \"\\1\"") threw exception of type SyntaxError.
PASS !!Function("\"\\1\"") is true
PASS true === true
-PASS Function("'use strict'; \"\\08\"") threw exception of type SyntaxError.
+FAIL Function("'use strict'; \"\\08\"") should throw an instance of SyntaxError
PASS !!Function("\"\\08\"") is true
PASS true === true
PASS !!Function("'use strict'; \"\\0\"") is true

Powered by Google App Engine
This is Rietveld 408576698