Chromium Code Reviews| Index: chrome/test/data/save_page/dubious-subresources.html |
| diff --git a/chrome/test/data/save_page/dubious-subresources.html b/chrome/test/data/save_page/dubious-subresources.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..da0ce1cbb75fe20dea3c216a0f525ff849080597 |
| --- /dev/null |
| +++ b/chrome/test/data/save_page/dubious-subresources.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<meta charset="utf-8"> |
| +<title>Test base with dubious subresource links</title> |
| +<body> |
| + <h1>Hello have a look at this "picture"!</h1> |
| + <img src="not-a-crx.crx"> |
| +</body> |