/webidl/ecmascript-binding/es-exceptions/DOMException-constructor-behavior.any.html| status | subtest | message |
|---|---|---|
| PASS | new DOMException() | |
| FAIL | new DOMException(): inherited-ness | assert_false: The name property should be inherited expected false got true |
| PASS | new DOMException(null) | |
| PASS | new DOMException(undefined) | |
| FAIL | new DOMException(undefined): inherited-ness | assert_false: The name property should be inherited expected false got true |
| PASS | new DOMException("foo") | |
| FAIL | new DOMException("foo"): inherited-ness | assert_false: The name property should be inherited expected false got true |
| PASS | new DOMException("bar", undefined) | |
| PASS | new DOMException("bar", "NotSupportedError") | |
| FAIL | new DOMException("bar", "NotSupportedError"): inherited-ness | assert_false: The name property should be inherited expected false got true |
| PASS | new DOMException("bar", "foo") | |
| PASS | new DOMexception("msg", "IndexSizeError") | |
| PASS | new DOMexception("msg", "HierarchyRequestError") | |
| PASS | new DOMexception("msg", "WrongDocumentError") | |
| PASS | new DOMexception("msg", "InvalidCharacterError") | |
| PASS | new DOMexception("msg", "NoModificationAllowedError") | |
| PASS | new DOMexception("msg", "NotFoundError") | |
| PASS | new DOMexception("msg", "NotSupportedError") | |
| PASS | new DOMexception("msg", "InUseAttributeError") | |
| PASS | new DOMexception("msg", "InvalidStateError") | |
| PASS | new DOMexception("msg", "SyntaxError") | |
| PASS | new DOMexception("msg", "InvalidModificationError") | |
| PASS | new DOMexception("msg", "NamespaceError") | |
| PASS | new DOMexception("msg", "InvalidAccessError") | |
| PASS | new DOMexception("msg", "TypeMismatchError") | |
| PASS | new DOMexception("msg", "SecurityError") | |
| PASS | new DOMexception("msg", "NetworkError") | |
| PASS | new DOMexception("msg", "AbortError") | |
| PASS | new DOMexception("msg", "URLMismatchError") | |
| PASS | new DOMexception("msg", "QuotaExceededError") | |
| PASS | new DOMexception("msg", "TimeoutError") | |
| PASS | new DOMexception("msg", "InvalidNodeTypeError") | |
| PASS | new DOMexception("msg", "DataCloneError") | |
| FAIL | new DOMexception("msg", "DOMStringSizeError") | assert_equals: Should have matching legacy code from error names table expected 0 but got 2 |
| FAIL | new DOMexception("msg", "NoDataAllowedError") | assert_equals: Should have matching legacy code from error names table expected 0 but got 6 |
| FAIL | new DOMexception("msg", "ValidationError") | assert_equals: Should have matching legacy code from error names table expected 0 but got 16 |
| PASS | new DOMexception("msg", "EncodingError") | |
| PASS | new DOMexception("msg", "NotReadableError") | |
| PASS | new DOMexception("msg", "UnknownError") | |
| PASS | new DOMexception("msg", "ConstraintError") | |
| PASS | new DOMexception("msg", "DataError") | |
| PASS | new DOMexception("msg", "TransactionInactiveError") | |
| PASS | new DOMexception("msg", "ReadOnlyError") | |
| PASS | new DOMexception("msg", "VersionError") | |
| PASS | new DOMexception("msg", "OperationError") | |
| PASS | new DOMexception("msg", "NotAllowedError") |
bundle built 2026-07-16T07:16:48.063Z