| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 PASS: canGet('targetWindow.HTMLTableRowElement') should be 'false' and is. | 101 PASS: canGet('targetWindow.HTMLTableRowElement') should be 'false' and is. |
| 102 PASS: canGet('targetWindow.HTMLTableSectionElement') should be 'false' and is. | 102 PASS: canGet('targetWindow.HTMLTableSectionElement') should be 'false' and is. |
| 103 PASS: canGet('targetWindow.HTMLTextAreaElement') should be 'false' and is. | 103 PASS: canGet('targetWindow.HTMLTextAreaElement') should be 'false' and is. |
| 104 PASS: canGet('targetWindow.HTMLTitleElement') should be 'false' and is. | 104 PASS: canGet('targetWindow.HTMLTitleElement') should be 'false' and is. |
| 105 PASS: canGet('targetWindow.HTMLUListElement') should be 'false' and is. | 105 PASS: canGet('targetWindow.HTMLUListElement') should be 'false' and is. |
| 106 PASS: canGet('targetWindow.HTMLVideoElement') should be 'false' and is. | 106 PASS: canGet('targetWindow.HTMLVideoElement') should be 'false' and is. |
| 107 PASS: canGet('targetWindow.Image') should be 'false' and is. | 107 PASS: canGet('targetWindow.Image') should be 'false' and is. |
| 108 PASS: canGet('targetWindow.MutationEvent') should be 'false' and is. | 108 PASS: canGet('targetWindow.MutationEvent') should be 'false' and is. |
| 109 PASS: canGet('targetWindow.Node') should be 'false' and is. | 109 PASS: canGet('targetWindow.Node') should be 'false' and is. |
| 110 PASS: canGet('targetWindow.NodeFilter') should be 'false' and is. | 110 PASS: canGet('targetWindow.NodeFilter') should be 'false' and is. |
| 111 PASS: canGet('targetWindow.Notation') should be 'false' and is. | |
| 112 PASS: canGet('targetWindow.Option') should be 'false' and is. | 111 PASS: canGet('targetWindow.Option') should be 'false' and is. |
| 113 PASS: canGet('targetWindow.ProcessingInstruction') should be 'false' and is. | 112 PASS: canGet('targetWindow.ProcessingInstruction') should be 'false' and is. |
| 114 PASS: canGet('targetWindow.Range') should be 'false' and is. | 113 PASS: canGet('targetWindow.Range') should be 'false' and is. |
| 115 PASS: canGet('targetWindow.RangeError') should be 'false' and is. | 114 PASS: canGet('targetWindow.RangeError') should be 'false' and is. |
| 116 PASS: canGet('targetWindow.ReferenceError') should be 'false' and is. | 115 PASS: canGet('targetWindow.ReferenceError') should be 'false' and is. |
| 117 PASS: canGet('targetWindow.SyntaxError') should be 'false' and is. | 116 PASS: canGet('targetWindow.SyntaxError') should be 'false' and is. |
| 118 PASS: canGet('targetWindow.Text') should be 'false' and is. | 117 PASS: canGet('targetWindow.Text') should be 'false' and is. |
| 119 PASS: canGet('targetWindow.TypeError') should be 'false' and is. | 118 PASS: canGet('targetWindow.TypeError') should be 'false' and is. |
| 120 PASS: canGet('targetWindow.URIError') should be 'false' and is. | 119 PASS: canGet('targetWindow.URIError') should be 'false' and is. |
| 121 PASS: canGet('targetWindow.XMLDocument') should be 'false' and is. | 120 PASS: canGet('targetWindow.XMLDocument') should be 'false' and is. |
| (...skipping 94 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 |