| OLD | NEW |
| 1 This test moves an iframe between two documents 3 times: without plugins, with <
embed> tag and then with <object> tag. | 1 This test moves an iframe between two documents 3 times: without plugins, with <
embed> tag and then with <object> tag. |
| 2 | 2 |
| 3 Only the attempt without plugin elements should succeed. The presence of plugin
elements should prevent the document.adoptNode() method from triggering live tra
nsfer - in which case the iframe will be reloaded. | 3 Only the attempt without plugin elements should succeed. The presence of plugin
elements should prevent the document.adoptNode() method from triggering live tra
nsfer - in which case the iframe will be reloaded. |
| 4 | 4 |
| 5 Test succeeds if there are 'PASS' messages below and no 'FAIL' messages. | 5 Test succeeds if there are 'PASS' messages below and no 'FAIL' messages. |
| 6 | 6 |
| 7 | 7 |
| 8 PASS: Test without plugins | 8 PASS: Test without plugins |
| 9 PASS: Test with <embed> | 9 PASS: Test with <embed> |
| 10 PASS: Test with <object> | 10 PASS: Test with <object> |
| 11 Test Finished. | 11 Test Finished. |
| 12 | 12 |
| OLD | NEW |