| OLD | NEW |
| 1 This test checks cross-frame access security (rdar://problem/5251309). | 1 This test checks cross-frame access security (rdar://problem/5251309). |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 ----- tests for getting of allowed properties ----- | 5 ----- tests for getting of allowed properties ----- |
| 6 | 6 |
| 7 | 7 |
| 8 ----- tests for getting of allowed Functions ----- | 8 ----- tests for getting of allowed Functions ----- |
| 9 | 9 |
| 10 PASS: canGet('targetWindow.blur') should be 'true' and is. | 10 PASS: canGet('targetWindow.blur') should be 'true' and is. |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 PASS: canGet('targetWindow.prompt') should be 'false' and is. | 147 PASS: canGet('targetWindow.prompt') should be 'false' and is. |
| 148 PASS: canGet('targetWindow.releaseEvents') should be 'false' and is. | 148 PASS: canGet('targetWindow.releaseEvents') should be 'false' and is. |
| 149 PASS: canGet('targetWindow.removeEventListener') should be 'false' and is. | 149 PASS: canGet('targetWindow.removeEventListener') should be 'false' and is. |
| 150 PASS: canGet('targetWindow.resizeBy') should be 'false' and is. | 150 PASS: canGet('targetWindow.resizeBy') should be 'false' and is. |
| 151 PASS: canGet('targetWindow.resizeTo') should be 'false' and is. | 151 PASS: canGet('targetWindow.resizeTo') should be 'false' and is. |
| 152 PASS: canGet('targetWindow.scroll') should be 'false' and is. | 152 PASS: canGet('targetWindow.scroll') should be 'false' and is. |
| 153 PASS: canGet('targetWindow.scrollBy') should be 'false' and is. | 153 PASS: canGet('targetWindow.scrollBy') should be 'false' and is. |
| 154 PASS: canGet('targetWindow.scrollTo') should be 'false' and is. | 154 PASS: canGet('targetWindow.scrollTo') should be 'false' and is. |
| 155 PASS: canGet('targetWindow.setInterval') should be 'false' and is. | 155 PASS: canGet('targetWindow.setInterval') should be 'false' and is. |
| 156 PASS: canGet('targetWindow.setTimeout') should be 'false' and is. | 156 PASS: canGet('targetWindow.setTimeout') should be 'false' and is. |
| 157 PASS: canGet('targetWindow.showModalDialog') should be 'false' and is. | |
| 158 PASS: canGet('targetWindow.stop') should be 'false' and is. | 157 PASS: canGet('targetWindow.stop') should be 'false' and is. |
| 159 | 158 |
| 160 ----- tests for getting of not allowed Attributes ----- | 159 ----- tests for getting of not allowed Attributes ----- |
| 161 | 160 |
| 162 PASS: canGet('targetWindow.clientInformation') should be 'false' and is. | 161 PASS: canGet('targetWindow.clientInformation') should be 'false' and is. |
| 163 PASS: canGet('targetWindow.console') should be 'false' and is. | 162 PASS: canGet('targetWindow.console') should be 'false' and is. |
| 164 PASS: canGet('targetWindow.crypto') should be 'false' and is. | 163 PASS: canGet('targetWindow.crypto') should be 'false' and is. |
| 165 PASS: canGet('targetWindow.defaultStatus') should be 'false' and is. | 164 PASS: canGet('targetWindow.defaultStatus') should be 'false' and is. |
| 166 PASS: canGet('targetWindow.defaultstatus') should be 'false' and is. | 165 PASS: canGet('targetWindow.defaultstatus') should be 'false' and is. |
| 167 PASS: canGet('targetWindow.devicePixelRatio') should be 'false' and is. | 166 PASS: canGet('targetWindow.devicePixelRatio') should be 'false' and is. |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 PASS: canGet('targetWindow.screenTop') should be 'false' and is. | 215 PASS: canGet('targetWindow.screenTop') should be 'false' and is. |
| 217 PASS: canGet('targetWindow.screenX') should be 'false' and is. | 216 PASS: canGet('targetWindow.screenX') should be 'false' and is. |
| 218 PASS: canGet('targetWindow.screenY') should be 'false' and is. | 217 PASS: canGet('targetWindow.screenY') should be 'false' and is. |
| 219 PASS: canGet('targetWindow.scrollX') should be 'false' and is. | 218 PASS: canGet('targetWindow.scrollX') should be 'false' and is. |
| 220 PASS: canGet('targetWindow.scrollY') should be 'false' and is. | 219 PASS: canGet('targetWindow.scrollY') should be 'false' and is. |
| 221 PASS: canGet('targetWindow.scrollbars') should be 'false' and is. | 220 PASS: canGet('targetWindow.scrollbars') should be 'false' and is. |
| 222 PASS: canGet('targetWindow.status') should be 'false' and is. | 221 PASS: canGet('targetWindow.status') should be 'false' and is. |
| 223 PASS: canGet('targetWindow.statusbar') should be 'false' and is. | 222 PASS: canGet('targetWindow.statusbar') should be 'false' and is. |
| 224 PASS: canGet('targetWindow.toolbar') should be 'false' and is. | 223 PASS: canGet('targetWindow.toolbar') should be 'false' and is. |
| 225 | 224 |
| OLD | NEW |