| OLD | NEW |
| 1 | 1 |
| 2 | 2 |
| 3 ----- tests for getting/setting interesting properties ----- | 3 ----- tests for getting/setting interesting properties ----- |
| 4 | 4 |
| 5 PASS: canGet('targetWindow.Object') should be 'false' and is. | 5 PASS: canGet('targetWindow.Object') should be 'false' and is. |
| 6 PASS: canSet('targetWindow.Object') should be 'false' and is. | 6 PASS: canSet('targetWindow.Object') should be 'false' and is. |
| 7 PASS: canGet('targetWindow.existingCustomProperty') should be 'false' and is. | 7 PASS: canGet('targetWindow.existingCustomProperty') should be 'false' and is. |
| 8 PASS: canSet('targetWindow.existingCustomProperty') should be 'false' and is. | 8 PASS: canSet('targetWindow.existingCustomProperty') should be 'false' and is. |
| 9 PASS: canSet('targetWindow.newCustomProperty') should be 'false' and is. | 9 PASS: canSet('targetWindow.newCustomProperty') should be 'false' and is. |
| 10 PASS: canGet('targetWindow.hasOwnProperty') should be 'false' and is. | 10 PASS: canGet('targetWindow.hasOwnProperty') should be 'false' and is. |
| 11 PASS: canSet('targetWindow.hasOwnProperty') should be 'false' and is. | 11 PASS: canSet('targetWindow.hasOwnProperty') should be 'false' and is. |
| 12 PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and
is. | 12 PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and
is. |
| 13 PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and
is. | 13 PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and
is. |
| 14 PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and
is. | 14 PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and
is. |
| 15 PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and
is. | 15 PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and
is. |
| 16 PASS: canGet('targetWindow.toString') should be 'true' and is. | 16 PASS: canGet('targetWindow.toString') should be 'false' and is. |
| 17 PASS: canSet('targetWindow.toString') should be 'false' and is. | 17 PASS: canSet('targetWindow.toString') should be 'false' and is. |
| 18 PASS: toString('targetWindow') should be '[exception]' and is. | 18 PASS: toString('targetWindow') should be '[exception]' and is. |
| 19 | 19 |
| OLD | NEW |