Summary

Harness status: OK

Found 9 tests

Details

ResultTest NameMessage
Passdiv.innerHTML
Asserts run
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("& <>", "& <>", "Serialization should NOT re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)
Passdiv.insertAdjacentHTML
Asserts run
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("& <>", "& <>", "Serialization should NOT re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)
Passdocument.write on main document
Asserts run
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("& <>", "& <>", "Serialization should NOT re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)
PassDOMParser.parseFromString
Asserts run
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("&amp;&nbsp;&lt;&gt;", "&amp;&nbsp;&lt;&gt;", "Serialization should re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)
Passtemplate.innerHTML
Asserts run
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("&amp;&nbsp;&lt;&gt;", "&amp;&nbsp;&lt;&gt;", "Serialization should re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)
Passdocument.implementation.createHTMLDocument and innerHTML
Asserts run
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("&amp;&nbsp;&lt;&gt;", "&amp;&nbsp;&lt;&gt;", "Serialization should re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)
Passdocument.implementation.createHTMLDocument and createContextualFragment
Asserts run
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("&amp;&nbsp;&lt;&gt;", "&amp;&nbsp;&lt;&gt;", "Serialization should re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)
Passdocument.implementation.createHTMLDocument and document.write
Asserts run
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("&amp;&nbsp;&lt;&gt;", "&amp;&nbsp;&lt;&gt;", "Serialization should re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)
PassXMLHttpRequest
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/syntax/serializing-html-fragments/escaping.html:81:5)
Pass
assert_equals("& <>", "& <>", "Content should be unescaped")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:20:3)
Pass
assert_equals("&amp;&nbsp;&lt;&gt;", "&amp;&nbsp;&lt;&gt;", "Serialization should re-escape <noscript> contents")
    at testDoc ( /html/syntax/serializing-html-fragments/escaping.html:23:3)