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

Unified Diff: LayoutTests/http/tests/appcache/404-manifest-expected.txt

Issue 217133002: AppCache error details tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: statusCode -> status Created 6 years, 9 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: LayoutTests/http/tests/appcache/404-manifest-expected.txt
diff --git a/LayoutTests/http/tests/appcache/404-manifest-expected.txt b/LayoutTests/http/tests/appcache/404-manifest-expected.txt
index b04707711b74f84404a66d54afb36d4059ee7c98..86bc36d2466b9cc609ef2ee8af80e9166e99e59f 100644
--- a/LayoutTests/http/tests/appcache/404-manifest-expected.txt
+++ b/LayoutTests/http/tests/appcache/404-manifest-expected.txt
@@ -1,4 +1,16 @@
-Test that subresources can be loaded if manifest is not available. Should say SUCCESS.
+Test that subresources can be loaded if manifest is not available.
-SUCCESS
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS gotCheckingEvent is true
+PASS window.applicationCache.status is applicationCache.UNCACHED
+PASS event.reason is "manifest"
+PASS event.url is "http://127.0.0.1:8000/appcache/does-not-exist.manifest"
+PASS event.status is 404
+PASS 'message' in event is true
+PASS req.responseText is "Hello, World!"
+PASS successfullyParsed is true
+
+TEST COMPLETE
« no previous file with comments | « LayoutTests/http/tests/appcache/404-manifest.html ('k') | LayoutTests/http/tests/appcache/404-resource.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698