| OLD | NEW |
| (Empty) | |
| 1 This test checks that deletion of properties works properly with getters and set
ters. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS b1.property threw exception TypeError: Cannot read property 'property' of u
ndefined. |
| 7 PASS a2.property threw exception TypeError: Cannot read property 'property' of u
ndefined. |
| 8 PASS b3.property threw exception TypeError: Cannot read property 'property' of u
ndefined. |
| 9 PASS a4.property threw exception TypeError: Cannot read property 'property' of u
ndefined. |
| 10 PASS b5.property threw exception TypeError: Cannot read property 'property' of u
ndefined. |
| 11 PASS a6.property threw exception TypeError: Cannot read property 'property' of u
ndefined. |
| 12 PASS b7.property threw exception TypeError: Cannot read property 'property' of u
ndefined. |
| 13 PASS a8.property threw exception TypeError: Cannot read property 'property' of u
ndefined. |
| 14 PASS o1.b.property threw exception TypeError: Cannot read property 'property' of
undefined. |
| 15 PASS o1.a.property threw exception TypeError: Cannot read property 'property' of
undefined. |
| 16 PASS o3.b.property threw exception TypeError: Cannot read property 'property' of
undefined. |
| 17 PASS o4.a.property threw exception TypeError: Cannot read property 'property' of
undefined. |
| 18 PASS o5.b.property threw exception TypeError: Cannot read property 'property' of
undefined. |
| 19 PASS o6.a.property threw exception TypeError: Cannot read property 'property' of
undefined. |
| 20 PASS o7.b.property threw exception TypeError: Cannot read property 'property' of
undefined. |
| 21 PASS o8.a.property threw exception TypeError: Cannot read property 'property' of
undefined. |
| 22 PASS successfullyParsed is true |
| 23 |
| 24 TEST COMPLETE |
| OLD | NEW |