Pass | Template element as a descendant of the BODY element. Template element is created by innerHTML | Asserts runPass | 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) |
|
Pass | Template element as a descendant of the HEAD element. Template element is created by innerHTML | Asserts runPass | 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) |
|
Pass | Template element as a descendant of the FRAMESET element. Template element is created by innerHTML | Asserts runPass | 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) |
|
Pass | Template element as an indirect descendant of the BODY element. Template element is created by innerHTML | Asserts runPass | 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) |
|
Pass | Template element as an indirect descendant of the HEAD element. Template element is created by innerHTML | Asserts runPass | 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) |
|
Pass | Template element as an indirect descendant of the FRAMESET element. Template element is created by innerHTML | Asserts runPass | 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) |
|
Pass | Template element as a descendant of the BODY element. Template element is appended by appendChild() | Asserts runPass | 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) |
|
Pass | Template element as a descendant of the HEAD element. Template element is appended by appendChild() | Asserts runPass | 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) |
|
Pass | Template element as a descendant of the FRAMESET element. Template element is appended by appendChild() | Asserts runPass | 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) |
|
Pass | Template element as an indirect descendant of the BODY element. Template element is appended by appendChild() | Asserts runPass | 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) |
|
Pass | Template element as an indirect descendant of the HEAD element. Template element is appended by appendChild() | Asserts runPass | 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) |
|
Pass | Template element as an indirect descendant of the FRAMESET element. Template element is appended by appendChild() | Asserts runPass | 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) |
|