| OLD | NEW |
| 1 CONSOLE MESSAGE: line 19: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7: An attem
pt was made to modify an object where modifications are not allowed. | 1 CONSOLE MESSAGE: line 19: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7: An attem
pt was made to modify an object where modifications are not allowed. |
| 2 This tests that several ways of making an iframe that isn't inserted into a docu
ment tree but has a child frame will fail. | 2 This tests that several ways of making an iframe that isn't inserted into a docu
ment tree but has a child frame will fail. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS targetFrame1.contentWindow == undefined is true | 7 PASS targetFrame1.contentWindow == undefined is true |
| 8 PASS targetFrame2.contentWindow == undefined is true | 8 PASS targetFrame2.contentWindow == undefined is true |
| 9 PASS targetFrame3.contentWindow == undefined is true | 9 PASS targetFrame3.contentWindow == undefined is true |
| 10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 11 | 11 |
| 12 TEST COMPLETE | 12 TEST COMPLETE |
| 13 | 13 |
| OLD | NEW |