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