Chromium Code Reviews| Index: chrome/test/data/ssl/page_with_subresource.html |
| diff --git a/chrome/test/data/ssl/page_with_subresource.html b/chrome/test/data/ssl/page_with_subresource.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8df316145f92fb1da971dc5f40a0c3d124e61468 |
| --- /dev/null |
| +++ b/chrome/test/data/ssl/page_with_subresource.html |
| @@ -0,0 +1,7 @@ |
| +<html> |
| +<head> |
| +<title>This page has a subresource</title> |
| +<script src="write_to_title.js" type="text/javascript"></script> |
| +</head> |
| +<body></body> |
| +</html> |