From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../webidl/idlharness-shadowrealm.window.js.ini | 178 +++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 testing/web-platform/meta/webidl/idlharness-shadowrealm.window.js.ini (limited to 'testing/web-platform/meta/webidl/idlharness-shadowrealm.window.js.ini') diff --git a/testing/web-platform/meta/webidl/idlharness-shadowrealm.window.js.ini b/testing/web-platform/meta/webidl/idlharness-shadowrealm.window.js.ini new file mode 100644 index 0000000000..bf33d7c6db --- /dev/null +++ b/testing/web-platform/meta/webidl/idlharness-shadowrealm.window.js.ini @@ -0,0 +1,178 @@ +[idlharness-shadowrealm.window.html] + prefs: [javascript.options.experimental.shadow_realms:true] + [DOMException interface: existence and properties of interface object] + expected: FAIL + + [DOMException interface object length] + expected: FAIL + + [DOMException interface object name] + expected: FAIL + + [DOMException interface: existence and properties of interface prototype object] + expected: FAIL + + [DOMException interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [DOMException interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [DOMException interface: attribute name] + expected: FAIL + + [DOMException interface: attribute message] + expected: FAIL + + [DOMException interface: attribute code] + expected: FAIL + + [DOMException interface: constant INDEX_SIZE_ERR on interface object] + expected: FAIL + + [DOMException interface: constant INDEX_SIZE_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant DOMSTRING_SIZE_ERR on interface object] + expected: FAIL + + [DOMException interface: constant DOMSTRING_SIZE_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant HIERARCHY_REQUEST_ERR on interface object] + expected: FAIL + + [DOMException interface: constant HIERARCHY_REQUEST_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant WRONG_DOCUMENT_ERR on interface object] + expected: FAIL + + [DOMException interface: constant WRONG_DOCUMENT_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant INVALID_CHARACTER_ERR on interface object] + expected: FAIL + + [DOMException interface: constant INVALID_CHARACTER_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant NO_DATA_ALLOWED_ERR on interface object] + expected: FAIL + + [DOMException interface: constant NO_DATA_ALLOWED_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant NO_MODIFICATION_ALLOWED_ERR on interface object] + expected: FAIL + + [DOMException interface: constant NO_MODIFICATION_ALLOWED_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant NOT_FOUND_ERR on interface object] + expected: FAIL + + [DOMException interface: constant NOT_FOUND_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant NOT_SUPPORTED_ERR on interface object] + expected: FAIL + + [DOMException interface: constant NOT_SUPPORTED_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant INUSE_ATTRIBUTE_ERR on interface object] + expected: FAIL + + [DOMException interface: constant INUSE_ATTRIBUTE_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant INVALID_STATE_ERR on interface object] + expected: FAIL + + [DOMException interface: constant INVALID_STATE_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant SYNTAX_ERR on interface object] + expected: FAIL + + [DOMException interface: constant SYNTAX_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant INVALID_MODIFICATION_ERR on interface object] + expected: FAIL + + [DOMException interface: constant INVALID_MODIFICATION_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant NAMESPACE_ERR on interface object] + expected: FAIL + + [DOMException interface: constant NAMESPACE_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant INVALID_ACCESS_ERR on interface object] + expected: FAIL + + [DOMException interface: constant INVALID_ACCESS_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant VALIDATION_ERR on interface object] + expected: FAIL + + [DOMException interface: constant VALIDATION_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant TYPE_MISMATCH_ERR on interface object] + expected: FAIL + + [DOMException interface: constant TYPE_MISMATCH_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant SECURITY_ERR on interface object] + expected: FAIL + + [DOMException interface: constant SECURITY_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant NETWORK_ERR on interface object] + expected: FAIL + + [DOMException interface: constant NETWORK_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant ABORT_ERR on interface object] + expected: FAIL + + [DOMException interface: constant ABORT_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant URL_MISMATCH_ERR on interface object] + expected: FAIL + + [DOMException interface: constant URL_MISMATCH_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant QUOTA_EXCEEDED_ERR on interface object] + expected: FAIL + + [DOMException interface: constant QUOTA_EXCEEDED_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant TIMEOUT_ERR on interface object] + expected: FAIL + + [DOMException interface: constant TIMEOUT_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant INVALID_NODE_TYPE_ERR on interface object] + expected: FAIL + + [DOMException interface: constant INVALID_NODE_TYPE_ERR on interface prototype object] + expected: FAIL + + [DOMException interface: constant DATA_CLONE_ERR on interface object] + expected: FAIL + + [DOMException interface: constant DATA_CLONE_ERR on interface prototype object] + expected: FAIL -- cgit v1.2.3