/webidl/idlharness.any.html| status | subtest | message |
|---|---|---|
| PASS | idl_test setup | |
| PASS | idl_test validation | |
| FAIL | QuotaExceededError interface: existence and properties of interface object | assert_own_property: self does not have own property "QuotaExceededError" expected property "QuotaExceededError" missing |
| FAIL | QuotaExceededError interface object length | assert_own_property: self does not have own property "QuotaExceededError" expected property "QuotaExceededError" missing |
| FAIL | QuotaExceededError interface object name | assert_own_property: self does not have own property "QuotaExceededError" expected property "QuotaExceededError" missing |
| FAIL | QuotaExceededError interface: existence and properties of interface prototype object | assert_own_property: self does not have own property "QuotaExceededError" expected property "QuotaExceededError" missing |
| FAIL | QuotaExceededError interface: existence and properties of interface prototype object's "constructor" property | assert_own_property: self does not have own property "QuotaExceededError" expected property "QuotaExceededError" missing |
| FAIL | QuotaExceededError interface: existence and properties of interface prototype object's @@unscopables property | assert_own_property: self does not have own property "QuotaExceededError" expected property "QuotaExceededError" missing |
| FAIL | QuotaExceededError interface: attribute quota | assert_own_property: self does not have own property "QuotaExceededError" expected property "QuotaExceededError" missing |
| FAIL | QuotaExceededError interface: attribute requested | assert_own_property: self does not have own property "QuotaExceededError" expected property "QuotaExceededError" missing |
| PASS | DOMException interface: existence and properties of interface object | |
| PASS | DOMException interface object length | |
| PASS | DOMException interface object name | |
| FAIL | DOMException interface: existence and properties of interface prototype object | assert_false: DOMException.prototype should not be writable expected false got true |
| PASS | DOMException interface: existence and properties of interface prototype object's "constructor" property | |
| PASS | DOMException interface: existence and properties of interface prototype object's @@unscopables property | |
| FAIL | DOMException interface: attribute name | assert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw |
| FAIL | DOMException interface: attribute message | assert_throws_js: getting property on prototype object must throw TypeError function "function () { [native code] }" did not throw |
| FAIL | DOMException interface: attribute code | assert_true: The prototype object must have a property "code" expected true got false |
| FAIL | DOMException interface: constant INDEX_SIZE_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INDEX_SIZE_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant DOMSTRING_SIZE_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant DOMSTRING_SIZE_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant HIERARCHY_REQUEST_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant HIERARCHY_REQUEST_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant WRONG_DOCUMENT_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant WRONG_DOCUMENT_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_CHARACTER_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_CHARACTER_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NO_DATA_ALLOWED_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NO_DATA_ALLOWED_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NO_MODIFICATION_ALLOWED_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NO_MODIFICATION_ALLOWED_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NOT_FOUND_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NOT_FOUND_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NOT_SUPPORTED_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NOT_SUPPORTED_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INUSE_ATTRIBUTE_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INUSE_ATTRIBUTE_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_STATE_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_STATE_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant SYNTAX_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant SYNTAX_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_MODIFICATION_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_MODIFICATION_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NAMESPACE_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NAMESPACE_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_ACCESS_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_ACCESS_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant VALIDATION_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant VALIDATION_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant TYPE_MISMATCH_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant TYPE_MISMATCH_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant SECURITY_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant SECURITY_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NETWORK_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant NETWORK_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant ABORT_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant ABORT_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant URL_MISMATCH_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant URL_MISMATCH_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant QUOTA_EXCEEDED_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant QUOTA_EXCEEDED_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant TIMEOUT_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant TIMEOUT_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_NODE_TYPE_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant INVALID_NODE_TYPE_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant DATA_CLONE_ERR on interface object | assert_false: property should not be configurable expected false got true |
| FAIL | DOMException interface: constant DATA_CLONE_ERR on interface prototype object | assert_false: property should not be configurable expected false got true |
| PASS | DOMException must be primary interface of new DOMException() | |
| PASS | Stringification of new DOMException() | |
| FAIL | DOMException interface: new DOMException() must inherit property "name" with the proper type | assert_inherits: property "name" found on object expected in prototype chain |
| FAIL | DOMException interface: new DOMException() must inherit property "message" with the proper type | assert_inherits: property "message" found on object expected in prototype chain |
| FAIL | DOMException interface: new DOMException() must inherit property "code" with the proper type | assert_inherits: property "code" found on object expected in prototype chain |
| PASS | DOMException interface: new DOMException() must inherit property "INDEX_SIZE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "DOMSTRING_SIZE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "HIERARCHY_REQUEST_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "WRONG_DOCUMENT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "INVALID_CHARACTER_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "NO_DATA_ALLOWED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "NO_MODIFICATION_ALLOWED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "NOT_FOUND_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "NOT_SUPPORTED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "INUSE_ATTRIBUTE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "INVALID_STATE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "SYNTAX_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "INVALID_MODIFICATION_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "NAMESPACE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "INVALID_ACCESS_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "VALIDATION_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "TYPE_MISMATCH_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "SECURITY_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "NETWORK_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "ABORT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "URL_MISMATCH_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "QUOTA_EXCEEDED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "TIMEOUT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "INVALID_NODE_TYPE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException() must inherit property "DATA_CLONE_ERR" with the proper type | |
| PASS | DOMException must be primary interface of new DOMException("my message") | |
| PASS | Stringification of new DOMException("my message") | |
| FAIL | DOMException interface: new DOMException("my message") must inherit property "name" with the proper type | assert_inherits: property "name" found on object expected in prototype chain |
| FAIL | DOMException interface: new DOMException("my message") must inherit property "message" with the proper type | assert_inherits: property "message" found on object expected in prototype chain |
| FAIL | DOMException interface: new DOMException("my message") must inherit property "code" with the proper type | assert_inherits: property "code" found on object expected in prototype chain |
| PASS | DOMException interface: new DOMException("my message") must inherit property "INDEX_SIZE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "DOMSTRING_SIZE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "HIERARCHY_REQUEST_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "WRONG_DOCUMENT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "INVALID_CHARACTER_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "NO_DATA_ALLOWED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "NO_MODIFICATION_ALLOWED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "NOT_FOUND_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "NOT_SUPPORTED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "INUSE_ATTRIBUTE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "INVALID_STATE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "SYNTAX_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "INVALID_MODIFICATION_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "NAMESPACE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "INVALID_ACCESS_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "VALIDATION_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "TYPE_MISMATCH_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "SECURITY_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "NETWORK_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "ABORT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "URL_MISMATCH_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "QUOTA_EXCEEDED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "TIMEOUT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "INVALID_NODE_TYPE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message") must inherit property "DATA_CLONE_ERR" with the proper type | |
| PASS | DOMException must be primary interface of new DOMException("my message", "myName") | |
| PASS | Stringification of new DOMException("my message", "myName") | |
| FAIL | DOMException interface: new DOMException("my message", "myName") must inherit property "name" with the proper type | assert_inherits: property "name" found on object expected in prototype chain |
| FAIL | DOMException interface: new DOMException("my message", "myName") must inherit property "message" with the proper type | assert_inherits: property "message" found on object expected in prototype chain |
| FAIL | DOMException interface: new DOMException("my message", "myName") must inherit property "code" with the proper type | assert_inherits: property "code" found on object expected in prototype chain |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "INDEX_SIZE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "DOMSTRING_SIZE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "HIERARCHY_REQUEST_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "WRONG_DOCUMENT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_CHARACTER_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "NO_DATA_ALLOWED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "NO_MODIFICATION_ALLOWED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "NOT_FOUND_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "NOT_SUPPORTED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "INUSE_ATTRIBUTE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_STATE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "SYNTAX_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_MODIFICATION_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "NAMESPACE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_ACCESS_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "VALIDATION_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "TYPE_MISMATCH_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "SECURITY_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "NETWORK_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "ABORT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "URL_MISMATCH_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "QUOTA_EXCEEDED_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "TIMEOUT_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_NODE_TYPE_ERR" with the proper type | |
| PASS | DOMException interface: new DOMException("my message", "myName") must inherit property "DATA_CLONE_ERR" with the proper type |
bundle built 2026-07-16T07:16:48.063Z