Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PasssetHTMLUnsafe should still parse HTML even in XML documents.
Asserts run
Pass
assert_equals("application/xml", "application/xml")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-xml.html:10:3)
Pass
assert_equals("<p xmlns=\"http://www.w3.org/1999/xhtml\"><foo><b><i>test</i></b></foo></p>", "<p xmlns=\"http://www.w3.org/1999/xhtml\"><foo><b><i>test</i></b></foo></p>", "Element.setHTMLUnsafe should use the HTML parser in XML documents.")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-xml.html:13:3)
PasssetHTMLUnsafe should still parse HTML even in SVG documents.
Asserts run
Pass
assert_equals("image/svg+xml", "image/svg+xml")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-xml.html:20:3)
Pass
assert_equals("<p xmlns=\"http://www.w3.org/1999/xhtml\"><foo><b><i>test</i></b></foo></p>", "<p xmlns=\"http://www.w3.org/1999/xhtml\"><foo><b><i>test</i></b></foo></p>", "Element.setHTMLUnsafe should use the HTML parser in SVG documents.")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-xml.html:23:3)