| Index: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-css-resources.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-css-resources.html b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-css-resources.html
|
| index 055c39b5796676bf034ad136512e8d9279f1ad34..b7fa663d36868ad48990458b3c824ad639fe0db3 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-css-resources.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-css-resources.html
|
| @@ -6,7 +6,7 @@
|
| <body>
|
| This background image should be 20px blue square.
|
| <script>
|
| -document.fonts.ready().then(function() {
|
| +document.fonts.ready.then(function() {
|
| if (window.opener)
|
| window.opener.postMessage('done', '*');
|
| });
|
|
|