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: third_party/WebKit/LayoutTests/fast/js/script-tests/date-proto-generic-invocation.js

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/script-tests/date-proto-generic-invocation.js
diff --git a/third_party/WebKit/LayoutTests/fast/js/script-tests/date-proto-generic-invocation.js b/third_party/WebKit/LayoutTests/fast/js/script-tests/date-proto-generic-invocation.js
index 3206bf022fcc874eecd9c552c6a34b4f47004dc8..2b66dfd656af43b6c27773dd06814c147817a8a1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/script-tests/date-proto-generic-invocation.js
+++ b/third_party/WebKit/LayoutTests/fast/js/script-tests/date-proto-generic-invocation.js
@@ -36,5 +36,5 @@ var o = new Object();
for (var i = 0; i < functionNames.length; i++) {
var testFunctionName = "o.__proto__." + functionNames[i].split('.')[2];
eval(testFunctionName + " = " + functionNames[i]);
- shouldThrow(testFunctionName + "()", '"TypeError: Type error"');
+ shouldThrow(testFunctionName + "()");
}

Powered by Google App Engine
This is Rietveld 408576698