| OLD | NEW |
| 1 CONSOLE MESSAGE: Refused to get unsafe header "SeT-COoKie" | 1 CONSOLE ERROR: Refused to get unsafe header "SeT-COoKie" |
| 2 CONSOLE MESSAGE: Refused to get unsafe header "sEt-coOkIE2" | 2 CONSOLE ERROR: Refused to get unsafe header "sEt-coOkIE2" |
| 3 CONSOLE MESSAGE: Refused to get unsafe header "SeT-COoKie" | 3 CONSOLE ERROR: Refused to get unsafe header "SeT-COoKie" |
| 4 CONSOLE MESSAGE: Refused to get unsafe header "sEt-coOkIE2" | 4 CONSOLE ERROR: Refused to get unsafe header "sEt-coOkIE2" |
| 5 CONSOLE MESSAGE: Refused to get unsafe header "SeT-COoKie" | 5 CONSOLE ERROR: Refused to get unsafe header "SeT-COoKie" |
| 6 CONSOLE MESSAGE: Refused to get unsafe header "sEt-coOkIE2" | 6 CONSOLE ERROR: Refused to get unsafe header "sEt-coOkIE2" |
| 7 Test page for bug 15356 and bug 29121 | 7 Test page for bug 15356 and bug 29121 |
| 8 | 8 |
| 9 Assertion: Invoking the getResponseHeader method when readyState >= 2 (HEADERS_R
ECEIVED) returns a header value if the header exists. | 9 Assertion: Invoking the getResponseHeader method when readyState >= 2 (HEADERS_R
ECEIVED) returns a header value if the header exists. |
| 10 | 10 |
| 11 Assertion: Invoking the getResponseHeader method with the parameter satisfying t
he following conditions causes getResponseHeader to return null: | 11 Assertion: Invoking the getResponseHeader method with the parameter satisfying t
he following conditions causes getResponseHeader to return null: |
| 12 | 12 |
| 13 1a. The parameter case-insensitively matches Set-Cookie; | 13 1a. The parameter case-insensitively matches Set-Cookie; |
| 14 1b. The parameter case-insensitively matches Set-Cookie2; | 14 1b. The parameter case-insensitively matches Set-Cookie2; |
| 15 2. The parameter does not match any header in the response; | 15 2. The parameter does not match any header in the response; |
| 16 3a. The parameter is null (it is not a valid header name); | 16 3a. The parameter is null (it is not a valid header name); |
| (...skipping 12 matching lines...) Expand all Loading... |
| 29 PASSED 3 xxx-mytest-headerabc: getResponseHeader(xxx-mytest-headerabc) returned
null. | 29 PASSED 3 xxx-mytest-headerabc: getResponseHeader(xxx-mytest-headerabc) returned
null. |
| 30 PASSED 3 null: getResponseHeader(null) returned null. | 30 PASSED 3 null: getResponseHeader(null) returned null. |
| 31 PASSED 3 Content-Type:: getResponseHeader(Content-Type:) returned null. | 31 PASSED 3 Content-Type:: getResponseHeader(Content-Type:) returned null. |
| 32 PASSED 4 Content-Type: Content-Type | 32 PASSED 4 Content-Type: Content-Type |
| 33 PASSED 4 SeT-COoKie: getResponseHeader(SeT-COoKie) returned null. | 33 PASSED 4 SeT-COoKie: getResponseHeader(SeT-COoKie) returned null. |
| 34 PASSED 4 sEt-coOkIE2: getResponseHeader(sEt-coOkIE2) returned null. | 34 PASSED 4 sEt-coOkIE2: getResponseHeader(sEt-coOkIE2) returned null. |
| 35 PASSED 4 xxx-mytest-headerabc: getResponseHeader(xxx-mytest-headerabc) returned
null. | 35 PASSED 4 xxx-mytest-headerabc: getResponseHeader(xxx-mytest-headerabc) returned
null. |
| 36 PASSED 4 null: getResponseHeader(null) returned null. | 36 PASSED 4 null: getResponseHeader(null) returned null. |
| 37 PASSED 4 Content-Type:: getResponseHeader(Content-Type:) returned null. | 37 PASSED 4 Content-Type:: getResponseHeader(Content-Type:) returned null. |
| 38 | 38 |
| OLD | NEW |