Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTest the template contents owner document when enclosing document has no browsing content. Template element is created by createElement()
Asserts run
Pass
assert_not_equals(Document node with 0 children, Document node with 2 children, "Wrong template content owner")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html:23:5)
PassTest the template contents owner document when enclosing document has no browsing content. Template element is created by innerHTML
Asserts run
Pass
assert_not_equals(Document node with 0 children, Document node with 2 children, "Wrong template content owner")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html:37:5)