1 This test verifies that sandboxing of plugins works as intended. Two tests are made, each in one sandboxed and one non-sandboxed IFrame: embeds and objects.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
9 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undefined is true
10 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undefined is true
11 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != undefined is true
12 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == undefined is true
13 PASS successfullyParsed is true