| Index: third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html b/third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html
|
| index 22b1fb7c2f94ee9d01c56bb44a8b371469214eb6..251a8e0a449e5c3c54ab3164b895e8a6f3fd839f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html
|
| @@ -26,10 +26,7 @@ function test()
|
| function afterDelete()
|
| {
|
| applicationCache.update();
|
| - window.location = 'data:text/html,<p>SUCCESS: No crash.</p>' +
|
| - '<script>' +
|
| - 'if (window.testRunner) testRunner.notifyDone();' +
|
| - '</scri' + 'pt>';
|
| + window.location = 'resources/notify-no-crash.html';
|
| }
|
| }
|
|
|
|
|