Pass | querySelector with :scope | Asserts runPass | 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) |
|
Pass | querySelector with id and sibling | Asserts runPass | 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) |
|
Pass | querySelectorAll with :scope | Asserts runPass | 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) |
|
Pass | querySelectorAll with id and sibling | Asserts runPass | 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) |
|