hello

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassquerySelector with :scope
Asserts run
Pass
assert_equals(Element node <p><span>hello</span></p>, Element node <p><span>hello</span></p>)
    at Test.<anonymous> ( /dom/nodes/ParentNode-querySelector-scope.html:15:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/ParentNode-querySelector-scope.html:16:3)
PassquerySelector with id and sibling
Asserts run
Pass
assert_equals(Element node <p><span>hello</span></p>, Element node <p><span>hello</span></p>)
    at Test.<anonymous> ( /dom/nodes/ParentNode-querySelector-scope.html:20:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/ParentNode-querySelector-scope.html:21:3)
PassquerySelectorAll with :scope
Asserts run
Pass
assert_array_equals(object "[object NodeList]", [Element node <p><span>hello</span></p>])
    at Test.<anonymous> ( /dom/nodes/ParentNode-querySelector-scope.html:25:3)
Pass
assert_array_equals(object "[object NodeList]", [])
    at Test.<anonymous> ( /dom/nodes/ParentNode-querySelector-scope.html:26:3)
PassquerySelectorAll with id and sibling
Asserts run
Pass
assert_array_equals(object "[object NodeList]", [Element node <p><span>hello</span></p>])
    at Test.<anonymous> ( /dom/nodes/ParentNode-querySelector-scope.html:30:3)
Pass
assert_array_equals(object "[object NodeList]", [])
    at Test.<anonymous> ( /dom/nodes/ParentNode-querySelector-scope.html:31:3)