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

Unified Diff: LayoutTests/fast/js/function-names-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (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/function-names-expected.txt
diff --git a/LayoutTests/fast/js/function-names-expected.txt b/LayoutTests/fast/js/function-names-expected.txt
deleted file mode 100644
index fb7c6e3b77217899f8cc90e95eb93658ca6c987d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/function-names-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-This test checks the names of all sorts of different functions.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS new Function(' return 1; ').toString().replace(/[ \n]+/g, ' ') is 'function anonymous() { return 1; }'
-PASS document.documentElement.onclick.toString().replace(/[ \n]+/g, ' ') is 'function onclick(event) { return 2; }'
-PASS ''.constructor is String
-PASS Boolean.toString() is 'function Boolean() {\n [native code]\n}'
-PASS Date.toString() is 'function Date() {\n [native code]\n}'
-PASS Error.toString() is 'function Error() {\n [native code]\n}'
-PASS EvalError.toString() is 'function EvalError() {\n [native code]\n}'
-PASS Function.toString() is 'function Function() {\n [native code]\n}'
-PASS Number.toString() is 'function Number() {\n [native code]\n}'
-PASS Object.toString() is 'function Object() {\n [native code]\n}'
-PASS RangeError.toString() is 'function RangeError() {\n [native code]\n}'
-PASS ReferenceError.toString() is 'function ReferenceError() {\n [native code]\n}'
-PASS RegExp.toString() is 'function RegExp() {\n [native code]\n}'
-PASS String.toString() is 'function String() {\n [native code]\n}'
-PASS SyntaxError.toString() is 'function SyntaxError() {\n [native code]\n}'
-PASS TypeError.toString() is 'function TypeError() {\n [native code]\n}'
-PASS URIError.toString() is 'function URIError() {\n [native code]\n}'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/function-declaration-expected.txt ('k') | LayoutTests/fast/js/function-prototype-descriptor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698