Chromium Code Reviews| Index: LayoutTests/http/tests/serviceworker/fetch-event.html |
| diff --git a/LayoutTests/http/tests/serviceworker/fetch-event.html b/LayoutTests/http/tests/serviceworker/fetch-event.html |
| index e7c6bac6e40c2251dc3b2c458cdc661935396c20..e53709071049e4c2d84ffb133d1a1fc94b131ecb 100644 |
| --- a/LayoutTests/http/tests/serviceworker/fetch-event.html |
| +++ b/LayoutTests/http/tests/serviceworker/fetch-event.html |
| @@ -105,8 +105,8 @@ async_test(function(t) { |
| .then(function() { return with_iframe(scope); }) |
| .then(function(frame) { |
| assert_equals(frame.contentDocument.body.textContent, |
| - 'Here\'s a simple html file.\n', |
| - 'Response should come from fallback to native fetch'); |
| + '', |
| + 'Response should NetworkError'); |
|
yhirano
2014/09/17 02:25:31
s/should/should be a/
horo
2014/09/17 04:45:20
Done.
|
| unload_iframe(frame); |
| return service_worker_unregister_and_done(t, scope); |
| }) |