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..8c832d9482c30be4d87a495453a5f6c9c9db16d1 100644 |
--- a/LayoutTests/http/tests/appcache/404-resource-expected.txt |
+++ b/LayoutTests/http/tests/appcache/404-resource-expected.txt |
@@ -1,6 +1,17 @@ |
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 '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/does-not-exist.txt" |
+PASS event.status is 404 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |