| OLD | NEW |
| 1 Test to make sure cached lookups on the global object are performed correctly. | 1 Test to make sure cached lookups on the global object are performed correctly. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS cachedFunctions[0]() is addEventListener | 6 PASS cachedFunctions[0]() is addEventListener |
| 7 PASS cachedFunctions[0]() is addEventListener | 7 PASS cachedFunctions[0]() is addEventListener |
| 8 PASS cachedFunctions[1]() is alert | 8 PASS cachedFunctions[1]() is alert |
| 9 PASS cachedFunctions[1]() is alert | 9 PASS cachedFunctions[1]() is alert |
| 10 PASS cachedFunctions[2]() is captureEvents | 10 PASS cachedFunctions[2]() is captureEvents |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 PASS cachedFunctions[50]() is scrollTo | 106 PASS cachedFunctions[50]() is scrollTo |
| 107 PASS cachedFunctions[50]() is scrollTo | 107 PASS cachedFunctions[50]() is scrollTo |
| 108 PASS cachedFunctions[51]() is scrollX | 108 PASS cachedFunctions[51]() is scrollX |
| 109 PASS cachedFunctions[51]() is scrollX | 109 PASS cachedFunctions[51]() is scrollX |
| 110 PASS cachedFunctions[52]() is scrollY | 110 PASS cachedFunctions[52]() is scrollY |
| 111 PASS cachedFunctions[52]() is scrollY | 111 PASS cachedFunctions[52]() is scrollY |
| 112 PASS cachedFunctions[53]() is setInterval | 112 PASS cachedFunctions[53]() is setInterval |
| 113 PASS cachedFunctions[53]() is setInterval | 113 PASS cachedFunctions[53]() is setInterval |
| 114 PASS cachedFunctions[54]() is setTimeout | 114 PASS cachedFunctions[54]() is setTimeout |
| 115 PASS cachedFunctions[54]() is setTimeout | 115 PASS cachedFunctions[54]() is setTimeout |
| 116 PASS cachedFunctions[55]() is showModalDialog | 116 PASS cachedFunctions[55]() is status |
| 117 PASS cachedFunctions[55]() is showModalDialog | 117 PASS cachedFunctions[55]() is status |
| 118 PASS cachedFunctions[56]() is status | 118 PASS cachedFunctions[56]() is stop |
| 119 PASS cachedFunctions[56]() is status | 119 PASS cachedFunctions[56]() is stop |
| 120 PASS cachedFunctions[57]() is stop | 120 PASS cachedFunctions[57]() is window |
| 121 PASS cachedFunctions[57]() is stop | 121 PASS cachedFunctions[57]() is window |
| 122 PASS cachedFunctions[58]() is window | |
| 123 PASS cachedFunctions[58]() is window | |
| 124 PASS successfullyParsed is true | 122 PASS successfullyParsed is true |
| 125 | 123 |
| 126 TEST COMPLETE | 124 TEST COMPLETE |
| 127 | 125 |
| OLD | NEW |