Bad HTTP responses now have a 0 status code instead of 200 OK.
This commit is contained in:
Jesse Tuchsen 2014-11-27 10:01:38 -08:00
parent 431644bfc8
commit b664ee88e7
5 changed files with 14 additions and 22 deletions

View file

@ -1,14 +0,0 @@
[send-redirect-bogus.htm]
type: testharness
[XMLHttpRequest: send() - Redirects (bogus Location header) (302: http://example.not)]
expected: FAIL
[XMLHttpRequest: send() - Redirects (bogus Location header) (302: mailto:someone@example.org)]
expected: FAIL
[XMLHttpRequest: send() - Redirects (bogus Location header) (303: http://example.not)]
expected: FAIL
[XMLHttpRequest: send() - Redirects (bogus Location header) (303: foobar:someone@example.org)]
expected: FAIL