Chromium Code Reviews| Index: content/test/data/mixed-content/basic-passive-in-iframe-with-strict-blocking.html |
| diff --git a/content/test/data/mixed-content/basic-passive-in-iframe-with-strict-blocking.html b/content/test/data/mixed-content/basic-passive-in-iframe-with-strict-blocking.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5ef54ceb3f8340dd442e9e2c509b51f096840b24 |
| --- /dev/null |
| +++ b/content/test/data/mixed-content/basic-passive-in-iframe-with-strict-blocking.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +</head> |
| +<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content"> |
| +<body> |
| + <iframe src="/cross-site/a.com/mixed-content/basic-passive.html"></iframe> |
| +</body> |
| +</html> |