Skip to content

Commit

Permalink
Bug 1750958 [wpt PR 32449] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 32449
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Feb 5, 2022
1 parent abf2a59 commit 0ad3ab1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[EventListener-handleEvent-cross-realm.html]
[EventListener is cross-realm plain object without 'handleEvent' property]
expected: FAIL

[EventListener is cross-realm plain object with non-callable 'handleEvent' property]
expected: FAIL

[EventListener is cross-realm plain object with revoked Proxy as 'handleEvent' property]
expected: FAIL

[EventListener is cross-realm non-callable revoked Proxy]
expected: FAIL

[EventListener is cross-realm callable revoked Proxy]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[TreeWalker-acceptNode-filter-cross-realm.html]
[NodeFilter is cross-realm plain object without 'acceptNode' property]
expected: FAIL

[NodeFilter is cross-realm plain object with non-callable 'acceptNode' property]
expected: FAIL

[NodeFilter is cross-realm plain object with revoked Proxy as 'acceptNode' property]
expected: FAIL

[NodeFilter is cross-realm non-callable revoked Proxy]
expected: FAIL

[NodeFilter is cross-realm callable revoked Proxy]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[resolver-callback-interface-cross-realm.html]
[XPathNSResolver is cross-realm plain object without 'lookupNamespaceURI' property]
expected: FAIL

[XPathNSResolver is cross-realm plain object with non-callable 'lookupNamespaceURI' property]
expected: FAIL

[XPathNSResolver is cross-realm plain object with revoked Proxy as 'lookupNamespaceURI' property]
expected: FAIL

[XPathNSResolver is cross-realm non-callable revoked Proxy]
expected: FAIL

[XPathNSResolver is cross-realm callable revoked Proxy]
expected: FAIL

0 comments on commit 0ad3ab1

Please sign in to comment.