| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 PASS: canGet('targetWindow.XPathEvaluator') should be 'false' and is. | 125 PASS: canGet('targetWindow.XPathEvaluator') should be 'false' and is. |
| 126 PASS: canGet('targetWindow.XPathResult') should be 'false' and is. | 126 PASS: canGet('targetWindow.XPathResult') should be 'false' and is. |
| 127 PASS: canGet('targetWindow.XSLTProcessor') should be 'false' and is. | 127 PASS: canGet('targetWindow.XSLTProcessor') should be 'false' and is. |
| 128 | 128 |
| 129 ----- tests for getting of not allowed Functions ----- | 129 ----- tests for getting of not allowed Functions ----- |
| 130 | 130 |
| 131 PASS: canGet('targetWindow.addEventListener') should be 'false' and is. | 131 PASS: canGet('targetWindow.addEventListener') should be 'false' and is. |
| 132 PASS: canGet('targetWindow.alert') should be 'false' and is. | 132 PASS: canGet('targetWindow.alert') should be 'false' and is. |
| 133 PASS: canGet('targetWindow.atob') should be 'false' and is. | 133 PASS: canGet('targetWindow.atob') should be 'false' and is. |
| 134 PASS: canGet('targetWindow.btoa') should be 'false' and is. | 134 PASS: canGet('targetWindow.btoa') should be 'false' and is. |
| 135 PASS: canGet('targetWindow.captureEvents') should be 'false' and is. |
| 135 PASS: canGet('targetWindow.clearInterval') should be 'false' and is. | 136 PASS: canGet('targetWindow.clearInterval') should be 'false' and is. |
| 136 PASS: canGet('targetWindow.clearTimeout') should be 'false' and is. | 137 PASS: canGet('targetWindow.clearTimeout') should be 'false' and is. |
| 137 PASS: canGet('targetWindow.confirm') should be 'false' and is. | 138 PASS: canGet('targetWindow.confirm') should be 'false' and is. |
| 138 PASS: canGet('targetWindow.constructor') should be 'false' and is. | 139 PASS: canGet('targetWindow.constructor') should be 'false' and is. |
| 139 PASS: canGet('targetWindow.find') should be 'false' and is. | 140 PASS: canGet('targetWindow.find') should be 'false' and is. |
| 140 PASS: canGet('targetWindow.getComputedStyle') should be 'false' and is. | 141 PASS: canGet('targetWindow.getComputedStyle') should be 'false' and is. |
| 141 PASS: canGet('targetWindow.getMatchedCSSRules') should be 'false' and is. | 142 PASS: canGet('targetWindow.getMatchedCSSRules') should be 'false' and is. |
| 142 PASS: canGet('targetWindow.getSelection') should be 'false' and is. | 143 PASS: canGet('targetWindow.getSelection') should be 'false' and is. |
| 143 PASS: canGet('targetWindow.moveBy') should be 'false' and is. | 144 PASS: canGet('targetWindow.moveBy') should be 'false' and is. |
| 144 PASS: canGet('targetWindow.moveTo') should be 'false' and is. | 145 PASS: canGet('targetWindow.moveTo') should be 'false' and is. |
| 145 PASS: canGet('targetWindow.open') should be 'false' and is. | 146 PASS: canGet('targetWindow.open') should be 'false' and is. |
| 146 PASS: canGet('targetWindow.print') should be 'false' and is. | 147 PASS: canGet('targetWindow.print') should be 'false' and is. |
| 147 PASS: canGet('targetWindow.prompt') should be 'false' and is. | 148 PASS: canGet('targetWindow.prompt') should be 'false' and is. |
| 149 PASS: canGet('targetWindow.releaseEvents') should be 'false' and is. |
| 148 PASS: canGet('targetWindow.removeEventListener') should be 'false' and is. | 150 PASS: canGet('targetWindow.removeEventListener') should be 'false' and is. |
| 149 PASS: canGet('targetWindow.resizeBy') should be 'false' and is. | 151 PASS: canGet('targetWindow.resizeBy') should be 'false' and is. |
| 150 PASS: canGet('targetWindow.resizeTo') should be 'false' and is. | 152 PASS: canGet('targetWindow.resizeTo') should be 'false' and is. |
| 151 PASS: canGet('targetWindow.scroll') should be 'false' and is. | 153 PASS: canGet('targetWindow.scroll') should be 'false' and is. |
| 152 PASS: canGet('targetWindow.scrollBy') should be 'false' and is. | 154 PASS: canGet('targetWindow.scrollBy') should be 'false' and is. |
| 153 PASS: canGet('targetWindow.scrollTo') should be 'false' and is. | 155 PASS: canGet('targetWindow.scrollTo') should be 'false' and is. |
| 154 PASS: canGet('targetWindow.setInterval') should be 'false' and is. | 156 PASS: canGet('targetWindow.setInterval') should be 'false' and is. |
| 155 PASS: canGet('targetWindow.setTimeout') should be 'false' and is. | 157 PASS: canGet('targetWindow.setTimeout') should be 'false' and is. |
| 156 PASS: canGet('targetWindow.showModalDialog') should be 'false' and is. | 158 PASS: canGet('targetWindow.showModalDialog') should be 'false' and is. |
| 157 PASS: canGet('targetWindow.stop') should be 'false' and is. | 159 PASS: canGet('targetWindow.stop') should be 'false' and is. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 PASS: canGet('targetWindow.screenTop') should be 'false' and is. | 217 PASS: canGet('targetWindow.screenTop') should be 'false' and is. |
| 216 PASS: canGet('targetWindow.screenX') should be 'false' and is. | 218 PASS: canGet('targetWindow.screenX') should be 'false' and is. |
| 217 PASS: canGet('targetWindow.screenY') should be 'false' and is. | 219 PASS: canGet('targetWindow.screenY') should be 'false' and is. |
| 218 PASS: canGet('targetWindow.scrollX') should be 'false' and is. | 220 PASS: canGet('targetWindow.scrollX') should be 'false' and is. |
| 219 PASS: canGet('targetWindow.scrollY') should be 'false' and is. | 221 PASS: canGet('targetWindow.scrollY') should be 'false' and is. |
| 220 PASS: canGet('targetWindow.scrollbars') should be 'false' and is. | 222 PASS: canGet('targetWindow.scrollbars') should be 'false' and is. |
| 221 PASS: canGet('targetWindow.status') should be 'false' and is. | 223 PASS: canGet('targetWindow.status') should be 'false' and is. |
| 222 PASS: canGet('targetWindow.statusbar') should be 'false' and is. | 224 PASS: canGet('targetWindow.statusbar') should be 'false' and is. |
| 223 PASS: canGet('targetWindow.toolbar') should be 'false' and is. | 225 PASS: canGet('targetWindow.toolbar') should be 'false' and is. |
| 224 | 226 |
| OLD | NEW |