Chromium Code Reviews| Index: LayoutTests/http/tests/serviceworker/resources/fetch-cors-xhr-iframe.html |
| diff --git a/LayoutTests/http/tests/serviceworker/resources/fetch-cors-xhr-iframe.html b/LayoutTests/http/tests/serviceworker/resources/fetch-cors-xhr-iframe.html |
| index 020742891523629ecbfcd9938caff9d01a147c57..40edc173b40a848e84d61a26ece22ede209112df 100644 |
| --- a/LayoutTests/http/tests/serviceworker/resources/fetch-cors-xhr-iframe.html |
| +++ b/LayoutTests/http/tests/serviceworker/resources/fetch-cors-xhr-iframe.html |
| @@ -42,6 +42,9 @@ window.addEventListener('message', function(evt) { |
| false); |
| }) |
| .then(function() { |
| + return create_failure_test_promise('./dummy?reject', false); |
|
yhirano
2014/09/22 07:42:51
Do we have a test for resolve-but-not-with-respons
horo
2014/09/22 09:00:28
Done.
|
| + }) |
| + .then(function() { |
| return create_success_test_promise( |
| './dummy?url=' + |
| encodeURIComponent(host_info['HTTP_ORIGIN'] + path), |