Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassNodeFilter is cross-realm plain object without 'acceptNode' property
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => { walker.firstChild(); }")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-acceptNode-filter-cross-realm.html:19:5)
PassNodeFilter is cross-realm plain object with non-callable 'acceptNode' property
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => { walker.firstChild(); }")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-acceptNode-filter-cross-realm.html:27:5)
PassNodeFilter is cross-realm plain object with revoked Proxy as 'acceptNode' property
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => { walker.firstChild(); }")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-acceptNode-filter-cross-realm.html:38:5)
PassNodeFilter is cross-realm non-callable revoked Proxy
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => { walker.firstChild(); }")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-acceptNode-filter-cross-realm.html:46:5)
PassNodeFilter is cross-realm callable revoked Proxy
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => { walker.firstChild(); }")
    at Test.<anonymous> ( /dom/traversal/TreeWalker-acceptNode-filter-cross-realm.html:54:5)