Pass | XMLHttpRequest: send() - Redirects (bogus Location header; sync) (301: foobar://abcd) | Asserts runPass | assert_throws_dom("NetworkError", function "function() { client.send(null) }")
at Test.<anonymous> ( /xhr/send-redirect-bogus-sync.htm:16:11) |
|
Pass | XMLHttpRequest: send() - Redirects (bogus Location header; sync) (302: http://z.) | Asserts runPass | assert_throws_dom("NetworkError", function "function() { client.send(null) }")
at Test.<anonymous> ( /xhr/send-redirect-bogus-sync.htm:16:11) |
|
Pass | XMLHttpRequest: send() - Redirects (bogus Location header; sync) (302: mailto:someone@example.org) | Asserts runPass | assert_throws_dom("NetworkError", function "function() { client.send(null) }")
at Test.<anonymous> ( /xhr/send-redirect-bogus-sync.htm:16:11) |
|
Pass | XMLHttpRequest: send() - Redirects (bogus Location header; sync) (303: http://z.) | Asserts runPass | assert_throws_dom("NetworkError", function "function() { client.send(null) }")
at Test.<anonymous> ( /xhr/send-redirect-bogus-sync.htm:16:11) |
|
Pass | XMLHttpRequest: send() - Redirects (bogus Location header; sync) (303: tel:1234567890) | Asserts runPass | assert_throws_dom("NetworkError", function "function() { client.send(null) }")
at Test.<anonymous> ( /xhr/send-redirect-bogus-sync.htm:16:11) |
|