Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / get-dangerous-headers-expected.txt
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2 CONSOLE ERROR: Refused to get unsafe header "Set-Cookie"
3 CONSOLE ERROR: Refused to get unsafe header "set-cookie"
4 CONSOLE ERROR: Refused to get unsafe header "Set-Cookie2"
5 CONSOLE ERROR: Refused to get unsafe header "set-cookie2"
6 Test that getResponseHeader and getAllResponseHeaders cannot be used to get the cookie header fields.
7
8 PASS