Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassTemplate child nodes must be appended to template content node
Asserts run
Pass
assert_equals(0, 0, "Wrong number of template child nodes")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:27:5)
Pass
assert_equals(2, 2, "Wrong number of template content child nodes")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:28:5)
Pass
assert_not_equals(Element node <div id="div1">This is div inside template</div>, null, "Element is absent in the template content")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:31:5)
Pass
assert_not_equals(Element node <div id="div2">This is another div inside template</div>, null, "Element is absent in the template content")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:33:5)
PassTemplate child nodes must be appended to template content. Test nested template
Asserts run
Pass
assert_equals(0, 0, "Wrong number of template child nodes")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:53:5)
Pass
assert_equals(3, 3, "Wrong number of template content child nodes")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:55:5)
Pass
assert_not_equals(Element node <div id="div1">This is div inside template</div>, null, "Element is absent in the template content")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:58:5)
Pass
assert_not_equals(Element node <div id="div2">This is another div inside template</div>, null, "Element is absent in the template content")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:60:5)
Pass
assert_equals(0, 0, "Wrong number of template child nodes")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:65:5)
Pass
assert_equals(2, 2, "Wrong number of nested template content child nodes")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:67:5)
Pass
assert_not_equals(Element node <div id="div3">This is div inside nested template</div>, null, "Element is absent in the template content")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:70:5)
Pass
assert_not_equals(Element node <div id="div4">This is another div inside nested template..., null, "Element is absent in the template content")
    at Test.<anonymous> ( /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:72:5)
PassTemplate child nodes must be appended to template content node. Load HTML document from a file
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_equals(0, 0, "Wrong number of template child nodes")
    at  /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:84:5
Pass
assert_not_equals(Element node <div>Hello, template</div>, null, "Element is absent in the template content")
    at  /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:86:5
PassTemplate child nodes must be appended to nested template content node. Load HTML document from a file
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_equals(0, 0, "Wrong number of template child nodes")
    at  /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:98:5
Pass
assert_not_equals(Element node <template>             <div>Inside nested template</div> ..., null, "Element is absent in the template content")
    at  /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:102:5
Pass
assert_equals(0, 0, "Wrong number of template child nodes")
    at  /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:105:5
Pass
assert_not_equals(Element node <div>Inside nested template</div>, null, "Element is absent in the template content")
    at  /html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html:108:5