Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Issue 12114039: Fixing xhr_test's responseType test. (Closed)

Created:
7 years, 10 months ago by blois
Modified:
7 years, 10 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixing xhr_test's responseType test. The responseType being set was not supported by Dartium or Safari. BUG= Committed: https://code.google.com/p/dart/source/detail?r=17959

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M tests/html/xhr_test.dart View 1 chunk +2 lines, -2 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
blois
7 years, 10 months ago (2013-01-31 23:57:57 UTC) #1
blois
7 years, 10 months ago (2013-01-31 23:58:00 UTC) #2
Emily Fortuna
7 years, 10 months ago (2013-02-01 00:14:47 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/12114039/diff/1/tests/html/xhr_test.dart
File tests/html/xhr_test.dart (right):

https://codereview.chromium.org/12114039/diff/1/tests/html/xhr_test.dart#newc...
tests/html/xhr_test.dart:129: HttpRequest.request(url, responseType:
'arraybuffer').then(
lgtm. can you add a comment on the appropriate function saying that the
responseType value needs to be "arraybuffer" (and the other options), so people
don't get confused? Later, enums?

Powered by Google App Engine
This is Rietveld 408576698