Fix wrong priority for XHR username/password

This commit is contained in:
Vincent Ricard 2020-09-21 18:37:58 +02:00
parent 46f8f3d009
commit ff6194cc74
2 changed files with 3 additions and 15 deletions

View file

@ -1,13 +0,0 @@
[send-authentication-competing-names-passwords.htm]
[XMLHttpRequest user/pass options: pass in URL, user in open()]
expected: FAIL
[XMLHttpRequest user/pass options: user in URL, pass in open()]
expected: FAIL
[XMLHttpRequest user/pass options: user/pass in URL; user in open()]
expected: FAIL
[XMLHttpRequest user/pass options: user/pass in URL; pass in open()]
expected: FAIL