OLD | NEW |
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 10: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
2 CONSOLE ERROR: line 15: Refused to get unsafe header "Set-Cookie" | 2 CONSOLE ERROR: line 15: Refused to get unsafe header "Set-Cookie" |
3 CONSOLE ERROR: line 17: Refused to get unsafe header "set-cookie" | 3 CONSOLE ERROR: line 17: Refused to get unsafe header "set-cookie" |
4 CONSOLE ERROR: line 19: Refused to get unsafe header "Set-Cookie2" | 4 CONSOLE ERROR: line 19: Refused to get unsafe header "Set-Cookie2" |
5 CONSOLE ERROR: line 21: Refused to get unsafe header "set-cookie2" | 5 CONSOLE ERROR: line 21: Refused to get unsafe header "set-cookie2" |
6 Test that getResponseHeader and getAllResponseHeaders cannot be used to get the
cookie header fields. | 6 Test that getResponseHeader and getAllResponseHeaders cannot be used to get the
cookie header fields. |
7 | 7 |
8 PASS | 8 PASS |
OLD | NEW |