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

Unified Diff: LayoutTests/http/tests/appcache/resource-redirect-expected.txt

Issue 217133002: AppCache error details tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Restore missing files 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/resource-redirect-expected.txt
diff --git a/LayoutTests/http/tests/appcache/resource-redirect-expected.txt b/LayoutTests/http/tests/appcache/resource-redirect-expected.txt
index 420e94b1d795fabfe00923e32f80a1ba2aa97cd3..c6fce530468a3c5f2e4505bb891e65f7db70b890 100644
--- a/LayoutTests/http/tests/appcache/resource-redirect-expected.txt
+++ b/LayoutTests/http/tests/appcache/resource-redirect-expected.txt
@@ -1,6 +1,17 @@
Test that a redirect makes resource caching fail.
-Should say SUCCESS:
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-SUCCESS
+
+PASS window.applicationCache.status is window.applicationCache.UNCACHED
+PASS 'reason' in event is true
+PASS 'url' in event is true
+PASS 'status' in event is true
+PASS 'message' in event is true
+PASS event.reason is "resource"
+PASS event.url is "http://127.0.0.1:8000/appcache/resources/resource-redirect.php"
+PASS event.status is 307
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698