Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassDeclarative Shadow DOM: innerHTML should work on <template shadowroot> that is left over
Asserts run
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/innerhtml-on-ordinary-template.html:40:3)
Pass
assert_false(false, "Shadow root should not contain any children")
    at Test.<anonymous> ( /shadow-dom/declarative/innerhtml-on-ordinary-template.html:41:3)
Pass
assert_true(true, "Since host has imperative root, <template> should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/innerhtml-on-ordinary-template.html:43:3)
Pass
assert_false(false, "template should not have direct children")
    at Test.<anonymous> ( /shadow-dom/declarative/innerhtml-on-ordinary-template.html:44:3)
Pass
assert_true(true, "The innerHTML replacement content should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/innerhtml-on-ordinary-template.html:45:3)
Pass
assert_true(true, "The old replaced content should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/innerhtml-on-ordinary-template.html:46:3)