| OLD | NEW |
| (Empty) |
| 1 Start | |
| 2 Trying different ways to access a password protected resource from another origi
n. The UA already has login and password for this protection space. | |
| 3 | |
| 4 You should see several PASS messages followed by a DONE | |
| 5 | |
| 6 SCRIPT SRC='...' Should succeed, since authorization is sent for cross-origin su
bresource loads. | |
| 7 PASS: Loaded, user test | |
| 8 Cross-origin XMLHttpRequest (sync), testing stored authorization. | |
| 9 PASS | |
| 10 Cross-origin XMLHttpRequest (sync), testing cookies. | |
| 11 PASS | |
| 12 Cross-origin XMLHttpRequest (async), testing stored authorization. | |
| 13 PASS | |
| 14 Cross-origin XMLHttpRequest (async), testing cookies. | |
| 15 PASS | |
| 16 Cross-origin XMLHttpRequest (sync), testing authorization with explicitly provid
ed credentials that should be ignored. | |
| 17 PASS | |
| 18 Cross-origin XMLHttpRequest (async), testing authorization with explicitly provi
ded credentials that should be ignored. | |
| 19 PASS | |
| 20 DONE | |
| 21 | |
| OLD | NEW |