OLD | NEW |
1 Tests that getting and setting name and opener on a cached DOMWindow after the a
ssociated frame is removed from a web page does not crash. | 1 Tests that getting and setting name and opener on a cached DOMWindow after the a
ssociated frame is removed from a web page does not crash. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS childWindow.name is 'oldname' | 6 PASS childWindow.name is 'oldname' |
7 PASS childWindow.opener is null | 7 PASS childWindow.opener is null |
8 PASS childWindow.name is '' | 8 PASS childWindow.name is '' |
9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
10 | 10 |
11 TEST COMPLETE | 11 TEST COMPLETE |
12 | 12 |
OLD | NEW |