| OLD | NEW |
| 1 This test verifies that sandboxing of plugins works as intended. Three tests are
made, each in one sandboxed and one non-sandboxed IFrame: applets, embeds, and
objects. | 1 This test verifies that sandboxing of plugins works as intended. Three tests are
made, each in one sandboxed and one non-sandboxed IFrame: applets, embeds, and
objects. |
| 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 NOTE: The first sub-test will fail in DumpRenderTree, since DumpRenderTree does
not support applets. That sub-test must be run in Safari instead. | 6 NOTE: The first sub-test will fail in DumpRenderTree, since DumpRenderTree does
not support applets. That sub-test must be run in Safari instead. |
| 7 | 7 |
| 8 PASS successfullyParsed is true |
| 9 |
| 10 TEST COMPLETE |
| 8 FAIL (self.appletFrame1.document['app'].init) != undefined should be true. Was f
alse. | 11 FAIL (self.appletFrame1.document['app'].init) != undefined should be true. Was f
alse. |
| 9 PASS (self.appletFrame2.document['app'].init) == undefined is true | 12 PASS (self.appletFrame2.document['app'].init) == undefined is true |
| 10 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undef
ined is true | 13 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undef
ined is true |
| 11 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undef
ined is true | 14 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undef
ined is true |
| 12 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != unde
fined is true | 15 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != unde
fined is true |
| 13 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == unde
fined is true | 16 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == unde
fined is true |
| 14 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
| 15 | 18 |
| 16 TEST COMPLETE | 19 TEST COMPLETE |
| 17 | 20 |
| OLD | NEW |