Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / get-dangerous-headers-expected.txt
blobc32abc3b512acce00a674de7001363e59a93502e
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.
8 PASS