| OLD | NEW |
| 1 CONSOLE MESSAGE: Blink Test Plugin: initializing | 1 CONSOLE MESSAGE: Blink Test Plugin: initializing |
| 2 CONSOLE ERROR: Failed to load '' as a plugin, because the frame into which the p
lugin is loading is sandboxed. | 2 CONSOLE ERROR: Failed to load '' as a plugin, because the frame into which the p
lugin is loading is sandboxed. |
| 3 This test verifies that a sandboxed iframe CAN navigate both itself and a child
in the frame tree. It also verifies that the sandbox attribute remains intact af
ter a frame has been navigated, and that sandbox attributes are propagated throu
gh the frame hierarchy. | 3 This test verifies that a sandboxed iframe CAN navigate both itself and a child
in the frame tree. It also verifies that the sandbox attribute remains intact af
ter a frame has been navigated, and that sandbox attributes are propagated throu
gh the frame hierarchy. |
| 4 | 4 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 6 |
| 7 | 7 |
| 8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 9 | 9 |
| 10 TEST COMPLETE | 10 TEST COMPLETE |
| 11 PASS (self.sandboxedFrame.frameWithPlugin.document.getElementById('plugin').post
Message) == undefined is true | 11 PASS (self.sandboxedFrame.frameWithPlugin.document.getElementById('plugin').post
Message) == undefined is true |
| 12 PASS (self.frameWithPlugin.document.getElementById('plugin').postMessage) != und
efined is true | 12 PASS (self.frameWithPlugin.document.getElementById('plugin').postMessage) != und
efined is true |
| 13 PASS document.getElementById('sandboxedFrameId').sandbox is ['allow-scripts', 'a
llow-same-origin'] | 13 PASS document.getElementById('sandboxedFrameId').sandbox is ['allow-scripts', 'a
llow-same-origin'] |
| 14 PASS document.getElementById('sandboxedFrameId').getAttribute('sandbox') is 'all
ow-scripts' | 14 PASS document.getElementById('sandboxedFrameId').getAttribute('sandbox') is 'all
ow-scripts' |
| 15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 16 | 16 |
| 17 TEST COMPLETE | 17 TEST COMPLETE |
| 18 | 18 |
| OLD | NEW |