Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: content/test/data/appcache/simple_page_no_manifest.html

Issue 2991443002: The Appcache subresource URL factory needs to inform the URLLoaderClient if there is a failure. (Closed)
Patch Set: Provide a way to turn off certain errors like missing host etc in the factory for tests. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698