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