Index: LayoutTests/http/tests/fetch/script-tests/response.js |
diff --git a/LayoutTests/http/tests/fetch/script-tests/response.js b/LayoutTests/http/tests/fetch/script-tests/response.js |
index 6c3a6bd462f225d81a8e33f0a7696c7ecbb35e18..400ab8a6d6be891d39c84213bccfd8a1ab805323 100644 |
--- a/LayoutTests/http/tests/fetch/script-tests/response.js |
+++ b/LayoutTests/http/tests/fetch/script-tests/response.js |
@@ -112,7 +112,7 @@ test(function() { |
}, 'Response content type test'); |
test(function() { |
- [0, 1, 100, 199, 600, 700].forEach(function(status) { |
+ [0, 1, 100, 101, 204, 205, 304, 199, 600, 700].forEach(function(status) { |
assert_throws({name: 'RangeError'}, |
function() { |
new Response(new Blob(), {status: status}); |