| Index: tests/html/xhr_test.dart
|
| diff --git a/tests/html/xhr_test.dart b/tests/html/xhr_test.dart
|
| index 2be984b7c1b0c8aab1b37f2fb3d394964bfada8c..484b2e7642e7860313aea67d43c62c31b1f125c3 100644
|
| --- a/tests/html/xhr_test.dart
|
| +++ b/tests/html/xhr_test.dart
|
| @@ -184,8 +184,7 @@ main() {
|
| group('xhr_requestBlob', () {
|
| test('XHR.request responseType blob', () {
|
| if (Platform.supportsTypedData) {
|
| - return HttpRequest.request(url, responseType: 'blob',
|
| - mimeType: 'application/binary').then(
|
| + return HttpRequest.request(url, responseType: 'blob').then(
|
| (xhr) {
|
| expect(xhr.status, equals(200));
|
| var blob = xhr.response;
|
|
|