| 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..b1e9e80466a60a5fb9c6d468da26861a4bdbd169 100644
|
| --- a/LayoutTests/http/tests/appcache/resource-redirect-expected.txt
|
| +++ b/LayoutTests/http/tests/appcache/resource-redirect-expected.txt
|
| @@ -1,6 +1,14 @@
|
| 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 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 'message' in event is true
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|