| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..055c39b5796676bf034ad136512e8d9279f1ad34
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-css-resources.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<link rel="stylesheet" href="fetch-insecure-css-resources.css">
|
| +</head>
|
| +<body>
|
| +This background image should be 20px blue square.
|
| +<script>
|
| +document.fonts.ready().then(function() {
|
| + if (window.opener)
|
| + window.opener.postMessage('done', '*');
|
| +});
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|