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

Unified Diff: third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt

Issue 1815833002: Rebaseline, fix, or remove various tests dealing with V8 behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/function-bind-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt b/third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt
index 21b8bf8e5f68d645daf3b970d70bda95f3efe55e..2a2f3ae0ca439d7cf8638f2236d0d890671cbc88 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt
@@ -23,7 +23,7 @@ PASS "prototype" in G is false
PASS "prototype" in H is false
PASS Function.bind.call(undefined) threw exception TypeError: Bind must be called on a function.
PASS abcAt(1) is "b"
-PASS new abcAt(1) threw exception TypeError: function is not a constructor.
+PASS new abcAt(1) threw exception TypeError: abcAt is not a constructor.
PASS boundFunctionPrototypeAccessed is false
PASS Function.bind.length is 1
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698