Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
PassTemplate element as a descendant of the BODY element. Template element is created by innerHTML
Asserts run
Pass
assert_not_equals(Element node <template>some text</template>, null, "Template element should be a descendant of the BODY element")
    at Test.templateIsAChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:20:5)
PassTemplate element as a descendant of the HEAD element. Template element is created by innerHTML
Asserts run
Pass
assert_not_equals(Element node <template>some text</template>, null, "Template element should be a descendant of the HEAD element")
    at Test.templateIsAChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:20:5)
PassTemplate element as a descendant of the FRAMESET element. Template element is created by innerHTML
Asserts run
Pass
assert_equals(null, null, "Template element should not be allowed as a descendant of the FRAMESET element")
    at Test.templateIsDisallowedAsAChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:27:5)
PassTemplate element as an indirect descendant of the BODY element. Template element is created by innerHTML
Asserts run
Pass
assert_not_equals(Element node <template>some text</template>, null, "Template element should be a descendant of the BODY element")
    at Test.templateIsAnIndirectChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:34:5)
PassTemplate element as an indirect descendant of the HEAD element. Template element is created by innerHTML
Asserts run
Pass
assert_not_equals(Element node <template>some text</template>, null, "Template element should be a descendant of the HEAD element")
    at Test.templateIsAnIndirectChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:34:5)
PassTemplate element as an indirect descendant of the FRAMESET element. Template element is created by innerHTML
Asserts run
Pass
assert_equals(null, null, "Template element should not be allowed as indirect descendant of the FRAMESET element")
    at Test.templateIsDisallowedAsAnIndirectChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:41:5)
PassTemplate element as a descendant of the BODY element. Template element is appended by appendChild()
Asserts run
Pass
assert_not_equals(Element node <template>some text</template>, null, "Template element should be a descendant of the BODY element")
    at Test.templateIsAnAppendedChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:50:5)
PassTemplate element as a descendant of the HEAD element. Template element is appended by appendChild()
Asserts run
Pass
assert_not_equals(Element node <template>some text</template>, null, "Template element should be a descendant of the HEAD element")
    at Test.templateIsAnAppendedChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:50:5)
PassTemplate element as a descendant of the FRAMESET element. Template element is appended by appendChild()
Asserts run
Pass
assert_not_equals(Element node <template></template>, null, "Template element should be a descendant of the FRAMESET element")
    at Test.templateIsAnAppendedChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:50:5)
PassTemplate element as an indirect descendant of the BODY element. Template element is appended by appendChild()
Asserts run
Pass
assert_not_equals(Element node <template>some text</template>, null, "Template element should be a descendant of the BODY element")
    at Test.templateIsAnAppendedIndirectChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:61:5)
PassTemplate element as an indirect descendant of the HEAD element. Template element is appended by appendChild()
Asserts run
Pass
assert_not_equals(Element node <template>some text</template>, null, "Template element should be a descendant of the HEAD element")
    at Test.templateIsAnAppendedIndirectChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:61:5)
PassTemplate element as an indirect descendant of the FRAMESET element. Template element is appended by appendChild()
Asserts run
Pass
assert_not_equals(Element node <template></template>, null, "Template element should be a descendant of the FRAMESET element")
    at Test.templateIsAnAppendedIndirectChild ( /html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html:61:5)