| Index: LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html b/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html
|
| index f354f424f65db034bb85de9e61d8b32622a6af59..c50edf1d4ea64d3bd3477b3687bfa502fc4fba92 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html
|
| @@ -11,7 +11,7 @@ onload = function() {
|
| };
|
| </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
|
| +get a mixed content callback because the insecure plugin can script the secure
|
| origin.</p>
|
| <iframe src="https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-plugin.html"></iframe>
|
| </body>
|
|
|