| <html> |
| <body> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| |
| onload = function() { |
| if (window.internals) |
| internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(document.querySelector('iframe')); |
| }; |
| </script> |
| <p>This test loads a secure iframe that loads an insecure plugin. We should |
| get a mixed content callback because the insecure plug-in can script the secure |
| origin.</p> |
| <iframe src="https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-plugin.html"></iframe> |
| </body> |
| </html> |