Summary

Harness status: OK

Found 15 tests

Details

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