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