Chromium Code Reviews| Index: content/test/data/mixed-content/basic-passive.html |
| diff --git a/content/test/data/mixed-content/basic-passive.html b/content/test/data/mixed-content/basic-passive.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b639b55f3f4e2f372ffe72648488076025ac52a1 |
| --- /dev/null |
| +++ b/content/test/data/mixed-content/basic-passive.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +</head> |
| + |
| +<body> |
| +This page tries to load some passive mixed content. |
| +<img src="http://a.test/image.jpg" /> |
| +</body> |
| +</html> |