Index: LayoutTests/http/tests/appcache/404-resource-cross-origin-expected.txt |
diff --git a/LayoutTests/http/tests/appcache/404-resource-cross-origin-expected.txt b/LayoutTests/http/tests/appcache/404-resource-cross-origin-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8f976ce0fcc05f6deeb74d4704a09cd73cbcd0b9 |
--- /dev/null |
+++ b/LayoutTests/http/tests/appcache/404-resource-cross-origin-expected.txt |
@@ -0,0 +1,18 @@ |
+Test that a missing cross-origin resource failure doesn't leak details. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+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/does-not-exist.txt" |
+PASS event.status is 0 |
+PASS event.message is "" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |