diff options
Diffstat (limited to 'testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini b/testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini new file mode 100644 index 0000000000..af11ff8e74 --- /dev/null +++ b/testing/web-platform/meta/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini @@ -0,0 +1,17 @@ +[resolver-callback-interface-cross-realm.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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 non-callable revoked Proxy] + expected: FAIL + + [XPathNSResolver is cross-realm callable revoked Proxy] + expected: FAIL + + [XPathNSResolver is cross-realm plain object with revoked Proxy as 'lookupNamespaceURI' property] + expected: FAIL |