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

Unified Diff: LayoutTests/http/tests/appcache/404-resource-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-resource-expected.txt
diff --git a/LayoutTests/http/tests/appcache/404-resource-expected.txt b/LayoutTests/http/tests/appcache/404-resource-expected.txt
index a8e5deadbce1fdf58130befdf24a8ecf421b7f5b..01feeabd827b8c5a78378980c0130b9f454ef05d 100644
--- a/LayoutTests/http/tests/appcache/404-resource-expected.txt
+++ b/LayoutTests/http/tests/appcache/404-resource-expected.txt
@@ -1,6 +1,14 @@
Test that a missing explicit resource makes caching fail.
-Should say SUCCESS:
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-SUCCESS
+
+PASS applicationCache.status is applicationCache.UNCACHED
+PASS event.reason is "resource"
+PASS event.url is "http://127.0.0.1:8000/appcache/resources/does-not-exist.txt"
+PASS event.status is 404
+PASS 'message' in event is true
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698