Index: LayoutTests/http/tests/appcache/wrong-signature-expected.txt |
diff --git a/LayoutTests/http/tests/appcache/wrong-signature-expected.txt b/LayoutTests/http/tests/appcache/wrong-signature-expected.txt |
index c89843bce65f78e9d79a8ffc45509a36a8e13fda..18fa68c88e38acccbfe9171118e8d911093a78bb 100644 |
--- a/LayoutTests/http/tests/appcache/wrong-signature-expected.txt |
+++ b/LayoutTests/http/tests/appcache/wrong-signature-expected.txt |
@@ -1,6 +1,17 @@ |
Test that a manifest served with a wrong signature isn't treated as such. |
-Should say SUCCESS: |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-SUCCESS |
+ |
+PASS window.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 "signature" |
+PASS event.url is "" |
+PASS event.status is 0 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |