| Index: LayoutTests/http/tests/xmlhttprequest/reopen-encoding-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/reopen-encoding-expected.txt b/LayoutTests/http/tests/xmlhttprequest/reopen-encoding-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3342da8c478ff5e7a1d2530de8653834950a3058
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/reopen-encoding-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +This test verifies that XMLHttpRequest properly handles Content-Type when it is reused.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS req.getResponseHeader('Content-Type') is "text/plain; charset=utf-8"
|
| +PASS req.responseText is "Проверка"
|
| +PASS req.getResponseHeader('Content-Type') is "text/plain; charset=windows-1251"
|
| +PASS req.responseText is "Проверка"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|