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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This test checks the names of all sorts of different functions.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS new Function(' return 1; ').toString().replace(/[ \n]+/g, ' ') is 'function anonymous() { return 1; }'
7 PASS document.documentElement.onclick.toString().replace(/[ \n]+/g, ' ') is 'fun ction onclick(event) { return 2; }'
8 PASS ''.constructor is String
9 PASS Boolean.toString() is 'function Boolean() {\n [native code]\n}'
10 PASS Date.toString() is 'function Date() {\n [native code]\n}'
11 PASS Error.toString() is 'function Error() {\n [native code]\n}'
12 PASS EvalError.toString() is 'function EvalError() {\n [native code]\n}'
13 PASS Function.toString() is 'function Function() {\n [native code]\n}'
14 PASS Number.toString() is 'function Number() {\n [native code]\n}'
15 PASS Object.toString() is 'function Object() {\n [native code]\n}'
16 PASS RangeError.toString() is 'function RangeError() {\n [native code]\n}'
17 PASS ReferenceError.toString() is 'function ReferenceError() {\n [native code ]\n}'
18 PASS RegExp.toString() is 'function RegExp() {\n [native code]\n}'
19 PASS String.toString() is 'function String() {\n [native code]\n}'
20 PASS SyntaxError.toString() is 'function SyntaxError() {\n [native code]\n}'
21 PASS TypeError.toString() is 'function TypeError() {\n [native code]\n}'
22 PASS URIError.toString() is 'function URIError() {\n [native code]\n}'
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW
« 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