Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/getResponseHeader-expected.txt

Issue 1987613002: [DevTools Capture call stacks for XHR console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: Refused to get unsafe header "SeT-COoKie" 1 CONSOLE ERROR: line 1: Refused to get unsafe header "SeT-COoKie"
2 CONSOLE ERROR: Refused to get unsafe header "sEt-coOkIE2" 2 CONSOLE ERROR: line 1: Refused to get unsafe header "sEt-coOkIE2"
3 CONSOLE ERROR: Refused to get unsafe header "SeT-COoKie" 3 CONSOLE ERROR: line 1: Refused to get unsafe header "SeT-COoKie"
4 CONSOLE ERROR: Refused to get unsafe header "sEt-coOkIE2" 4 CONSOLE ERROR: line 1: Refused to get unsafe header "sEt-coOkIE2"
5 CONSOLE ERROR: Refused to get unsafe header "SeT-COoKie" 5 CONSOLE ERROR: line 1: Refused to get unsafe header "SeT-COoKie"
6 CONSOLE ERROR: Refused to get unsafe header "sEt-coOkIE2" 6 CONSOLE ERROR: line 1: Refused to get unsafe header "sEt-coOkIE2"
7 Test the required behavior of XMLHttpRequest.getResponseHeader() 7 Test the required behavior of XMLHttpRequest.getResponseHeader()
8 8
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
10 10
11 11
12 PASS {state: 0}; headerValue = xhr.getResponseHeader('Content-Type'); did not th row exception. 12 PASS {state: 0}; headerValue = xhr.getResponseHeader('Content-Type'); did not th row exception.
13 PASS headerValue is null 13 PASS headerValue is null
14 PASS {state: 1}; headerValue = xhr.getResponseHeader('Content-Type'); did not th row exception. 14 PASS {state: 1}; headerValue = xhr.getResponseHeader('Content-Type'); did not th row exception.
15 PASS headerValue is null 15 PASS headerValue is null
16 PASS Header 'Content-Type' is null in ready state 1. 16 PASS Header 'Content-Type' is null in ready state 1.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 PASS {state: 4}; headerValue = xhr.getResponseHeader('xxx-mytest-headerabc'); di d not throw exception. 53 PASS {state: 4}; headerValue = xhr.getResponseHeader('xxx-mytest-headerabc'); di d not throw exception.
54 PASS headerValue is null 54 PASS headerValue is null
55 PASS {state: 4}; headerValue = xhr.getResponseHeader('null'); did not throw exce ption. 55 PASS {state: 4}; headerValue = xhr.getResponseHeader('null'); did not throw exce ption.
56 PASS headerValue is null 56 PASS headerValue is null
57 PASS {state: 4}; headerValue = xhr.getResponseHeader('Content-Type:'); did not t hrow exception. 57 PASS {state: 4}; headerValue = xhr.getResponseHeader('Content-Type:'); did not t hrow exception.
58 PASS headerValue is null 58 PASS headerValue is null
59 PASS successfullyParsed is true 59 PASS successfullyParsed is true
60 60
61 TEST COMPLETE 61 TEST COMPLETE
62 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698