Chromium Code Reviews| Index: content/test/data/mixed-content/basic-passive-in-iframe.html |
| diff --git a/content/test/data/mixed-content/basic-passive-in-iframe.html b/content/test/data/mixed-content/basic-passive-in-iframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5d10e96c52b45dfe6aec23263748ff2ebecda911 |
| --- /dev/null |
| +++ b/content/test/data/mixed-content/basic-passive-in-iframe.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +</head> |
| + |
| +<body> |
| + <iframe src="/cross-site/a.com/mixed-content/basic-passive.html"></iframe> |
| +</body> |
| +</html> |