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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt

Issue 18883002: Add Streams API support to XMLHttpRequest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: kinuko's comment Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
index acd6dca90f7da41e20baead5f4875e0b223562c8..25be6a4ca0b2dfa67863ac6b39441b3c84fce288 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
@@ -8,6 +8,7 @@ PASS xhr.responseType is "blob"
PASS xhr.responseType is "document"
PASS xhr.responseType is "json"
PASS xhr.responseType is "text"
+PASS xhr.responseType is "stream"
PASS xhr.responseType = "dkjdfkjdfkj" did not throw exception.
PASS xhr.responseType = "text"; xhr.responseType = "asdfasdfasd"; xhr.responseType is "text"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698