Chromium Code Reviews| Index: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-script.html |
| diff --git a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-script.html b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-script.html |
| index 198ce5871490780eced65ab605997d9ef36d6dc4..3d7094277be0b228e61261da5f58511a3958edaf 100644 |
| --- a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-script.html |
| +++ b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-script.html |
| @@ -3,5 +3,7 @@ |
| window.onload = function() { |
| if (window.opener) |
| window.opener.postMessage('done', '*'); |
| + if (window.parent != window) |
|
Yoav Weiss
2015/02/06 09:58:36
Is this a leftover from the layout tests change?
|
| + window.parent.postMessage('done', '*'); |
| }; |
| </script> |