OLD | NEW |
1 | 1 |
2 Test NPN_RemoveProperty | 2 Test NPN_RemoveProperty |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
| 7 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
7 PASS 'property' in obj is true | 10 PASS 'property' in obj is true |
8 FAIL 'property' in obj should be false. Was true. | 11 FAIL 'property' in obj should be false. Was true. |
9 PASS array[1] is 2 | 12 PASS array[1] is 2 |
10 PASS array[1] is undefined | 13 PASS array[1] is undefined |
11 PASS successfullyParsed is true | |
12 | 14 |
13 TEST COMPLETE | |
14 | |
OLD | NEW |