Pass | XMLHttpRequest: responseXML MIME type tests ('', should parse) | Asserts runPass | assert_equals("x", "x")
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:21:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('text/html', should not parse) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:19:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('bogus', should parse) | Asserts runPass | assert_equals("x", "x")
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:21:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('bogus+xml', should parse) | Asserts runPass | assert_equals("x", "x")
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:21:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('text/plain;+xml', should not parse) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:19:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('text/plainxml', should not parse) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:19:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('video/x-awesome+xml', should parse) | Asserts runPass | assert_equals("x", "x")
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:21:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('video/x-awesome', should not parse) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:19:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('text/xml', should parse) | Asserts runPass | assert_equals("x", "x")
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:21:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('application', should parse) | Asserts runPass | assert_equals("x", "x")
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:21:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('text/xsl', should not parse) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:19:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('text/plain', should not parse) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:19:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('application/rdf', should not parse) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:19:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('application/xhtml+xml', should parse) | Asserts runPass | assert_equals("x", "x")
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:21:13) |
|
Pass | XMLHttpRequest: responseXML MIME type tests ('image/svg+xml', should parse) | Asserts runPass | assert_equals("x", "x")
at Test.<anonymous> ( /xhr/responsexml-media-type.htm:21:13) |
|