| 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
|
|
|