Chromium Code Reviews| Index: content/test/data/appcache/simple_page_no_manifest.html |
| diff --git a/content/test/data/appcache/simple_page_no_manifest.html b/content/test/data/appcache/simple_page_no_manifest.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b597232f3855ccb5f5850bff57530bbba8172b00 |
| --- /dev/null |
| +++ b/content/test/data/appcache/simple_page_no_manifest.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<html manifest="simple_page.manifest"> |
| +<head> |
| + <title>OK</title> |
| +</head> |
| +<body> |
| + <p><img src="logo.png" width="336" height="69" /></p> |
| + Basic AppCache test. |
| +</body> |
| +</html> |