Index: tests/html/xhr_test.dart |
diff --git a/tests/html/xhr_test.dart b/tests/html/xhr_test.dart |
index c31f05c44a2525fe138a265e787e6c9b823b7ea9..f0bfadeae9c77a8fcc43b426f189aaf7ea360260 100644 |
--- a/tests/html/xhr_test.dart |
+++ b/tests/html/xhr_test.dart |
@@ -145,7 +145,7 @@ main() { |
test('XHR.request responseType bytebuffer', () { |
if (ByteBuffer.supported) { |
- HttpRequest.request(url, responseType: 'bytebuffer').then( |
+ HttpRequest.request(url, responseType: 'arraybuffer').then( |
expectAsync1((xhr) { |
expect(xhr.status, equals(200)); |
var byteBuffer = xhr.response; |