Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTemplate is not a foster parent element. Test the case when <template> is higher in stack of open elements
Asserts run
Pass
assert_equals(Element node <div id="fosterParent"><div id="orphanDiv">Orphan div con..., Element node <div id="fosterParent"><div id="orphanDiv">Orphan div con..., "Wrong foster parent element")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-foster-parenting/template-is-not-a-foster-parent-element.html:38:5)
PassTemplate is not a foster parent element. Test the case when <template> is lower in stack of open elements
Asserts run
Pass
assert_equals(Element node <div id="fosterParent"><div id="orphanDiv">Orphan div con..., Element node <div id="fosterParent"><div id="orphanDiv">Orphan div con..., "Wrong foster parent element")
    at Test.<anonymous> ( /html/syntax/parsing/template/additions-to-foster-parenting/template-is-not-a-foster-parent-element.html:63:5)