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. Two tests are m
ade, each in one sandboxed and one non-sandboxed IFrame: 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. | |
7 | |
8 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
9 | 7 |
10 TEST COMPLETE | 8 TEST COMPLETE |
11 FAIL (self.appletFrame1.document['app'].init) != undefined should be true. Was f
alse. | |
12 PASS (self.appletFrame2.document['app'].init) == undefined is true | |
13 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undef
ined is true | 9 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undef
ined is true |
14 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undef
ined is true | 10 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undef
ined is true |
15 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != unde
fined is true | 11 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != unde
fined is true |
16 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == unde
fined is true | 12 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == unde
fined is true |
17 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
18 | 14 |
19 TEST COMPLETE | 15 TEST COMPLETE |
20 | 16 |
OLD | NEW |