Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / function-name-expected.txt
blobdbe54c28f2bc85b2cc5da703ba7d41c6e39d95c1
1 Test for function.name
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS (function f() {}).name is 'f'
7 PASS delete (function f() {}).name is true
8 PASS (function() {}).name is ''
9 PASS Math.name is undefined
10 PASS Error.name is 'Error'
11 PASS String.prototype.charAt.name is 'charAt'
12 PASS document.getElementById.name is 'getElementById'
13 PASS successfullyParsed is true
15 TEST COMPLETE