blob: 9dc71ab40dea0cd286fd3d0fd98988969cd7cc01 [file] [log] [blame]
This is a testharness.js-based test.
PASS XMLHttpRequest: responseText decoding (application/xml %3C%3Fxml%20version%3D'1.0'%20encoding%3D'windows-1252'%3F%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E empty)
FAIL XMLHttpRequest: responseText decoding (text/html %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E empty) assert_equals: expected "<!doctype html><meta charset=windows-1252><x>機</x>" but got "<!doctype html><meta charset=windows-1252><x>æ©Ÿ</x>"
PASS XMLHttpRequest: responseText decoding (application/xml;charset=utf-8 %3C%3Fxml%20version%3D'1.0'%20encoding%3D'windows-1252'%3F%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E empty)
PASS XMLHttpRequest: responseText decoding (application/xml;charset=windows-1252 %3C%3Fxml%20version%3D'1.0'%20encoding%3D'windows-1252'%3F%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E empty)
PASS XMLHttpRequest: responseText decoding (text/html;charset=utf-8 %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E empty)
PASS XMLHttpRequest: responseText decoding (text/html;charset=windows-1252 %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E empty)
PASS XMLHttpRequest: responseText decoding (text/plain;charset=windows-1252 %FF empty)
PASS XMLHttpRequest: responseText decoding (text/plain %FF empty)
PASS XMLHttpRequest: responseText decoding (text/plain %FE%FF empty)
PASS XMLHttpRequest: responseText decoding (text/plain %FE%FF%FE%FF empty)
PASS XMLHttpRequest: responseText decoding (text/plain %EF%BB%BF empty)
PASS XMLHttpRequest: responseText decoding (text/plain %EF%BB%BF%EF%BB%BF empty)
PASS XMLHttpRequest: responseText decoding (text/plain %C2 empty)
PASS XMLHttpRequest: responseText decoding (text/xml %FE%FF empty)
PASS XMLHttpRequest: responseText decoding (text/xml %FE%FF%FE%FF empty)
PASS XMLHttpRequest: responseText decoding (text/xml %EF%BB%BF empty)
PASS XMLHttpRequest: responseText decoding (text/xml %EF%BB%BF%EF%BB%BF empty)
PASS XMLHttpRequest: responseText decoding (text/plain %E3%81%B2 empty)
FAIL XMLHttpRequest: responseText decoding (application/xml %3C%3Fxml%20version%3D'1.0'%20encoding%3D'windows-1252'%3F%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E text) assert_equals: expected "<?xml version='1.0' encoding='windows-1252'?><x>機</x>" but got "<?xml version='1.0' encoding='windows-1252'?><x>æ©Ÿ</x>"
FAIL XMLHttpRequest: responseText decoding (text/html %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E text) assert_equals: expected "<!doctype html><meta charset=windows-1252><x>機</x>" but got "<!doctype html><meta charset=windows-1252><x>æ©Ÿ</x>"
PASS XMLHttpRequest: responseText decoding (application/xml;charset=utf-8 %3C%3Fxml%20version%3D'1.0'%20encoding%3D'windows-1252'%3F%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E text)
PASS XMLHttpRequest: responseText decoding (application/xml;charset=windows-1252 %3C%3Fxml%20version%3D'1.0'%20encoding%3D'windows-1252'%3F%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E text)
PASS XMLHttpRequest: responseText decoding (text/html;charset=utf-8 %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E text)
PASS XMLHttpRequest: responseText decoding (text/html;charset=windows-1252 %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%3Cx%3E%e6%a9%9f%3C%2Fx%3E text)
PASS XMLHttpRequest: responseText decoding (text/plain;charset=windows-1252 %FF text)
PASS XMLHttpRequest: responseText decoding (text/plain %FF text)
PASS XMLHttpRequest: responseText decoding (text/plain %FE%FF text)
PASS XMLHttpRequest: responseText decoding (text/plain %FE%FF%FE%FF text)
PASS XMLHttpRequest: responseText decoding (text/plain %EF%BB%BF text)
PASS XMLHttpRequest: responseText decoding (text/plain %EF%BB%BF%EF%BB%BF text)
PASS XMLHttpRequest: responseText decoding (text/plain %C2 text)
PASS XMLHttpRequest: responseText decoding (text/xml %FE%FF text)
PASS XMLHttpRequest: responseText decoding (text/xml %FE%FF%FE%FF text)
PASS XMLHttpRequest: responseText decoding (text/xml %EF%BB%BF text)
PASS XMLHttpRequest: responseText decoding (text/xml %EF%BB%BF%EF%BB%BF text)
PASS XMLHttpRequest: responseText decoding (text/plain %E3%81%B2 text)
Harness: the test ran to completion.