Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassquerySelector works on template contents fragments with HTML elements (sanity check)
Asserts run
Pass
assert_not_equals(Element node <div></div>, null)
    at Test.<anonymous> ( /dom/nodes/svg-template-querySelector.html:17:3)
PassquerySelector works on template contents fragments with SVG elements
Asserts run
Pass
assert_not_equals(Element node <svg></svg>, null)
    at Test.<anonymous> ( /dom/nodes/svg-template-querySelector.html:22:3)
PassquerySelector works on template contents fragments with nested SVG elements
Asserts run
Pass
assert_not_equals(Element node <svg></svg>, null)
    at Test.<anonymous> ( /dom/nodes/svg-template-querySelector.html:27:3)