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

Unified Diff: third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt

Issue 1632133004: Auto-rebaseline for r371216 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt b/third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt
index d2fac60442ac85dd19155ea85079f4ddc08e94cb..734831e140a8dd36c1e8a194a1a5a608fdfaa2de 100644
--- a/third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/mozilla/strict/15.4.5.1-expected.txt
@@ -1,6 +1,6 @@
-FAIL 'use strict'; var a = arr(); a.length = 2; a should throw an instance of TypeError
+PASS 'use strict'; var a = arr(); a.length = 2; a threw exception of type TypeError.
PASS true === true
-FAIL 'use strict'; var a = addx(arr()); a.length = 2; a should throw an instance of TypeError
+PASS 'use strict'; var a = addx(arr()); a.length = 2; a threw exception of type TypeError.
PASS true === true
PASSED!
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698