| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS new DOMException() | |
| 3 PASS new DOMException(): own-ness | |
| 4 PASS new DOMException(null) | |
| 5 PASS new DOMException(undefined) | |
| 6 PASS new DOMException(undefined): own-ness | |
| 7 PASS new DOMException("foo") | |
| 8 FAIL new DOMException("foo"): own-ness assert_true: The message property should
be own expected true got false | |
| 9 PASS new DOMException("bar", undefined) | |
| 10 PASS new DOMException("bar", "NotSupportedError") | |
| 11 FAIL new DOMException("bar", "NotSupportedError"): own-ness assert_true: The nam
e property should be own expected true got false | |
| 12 PASS new DOMException("bar", "foo") | |
| 13 PASS new DOMexception("msg", "IndexSizeError") | |
| 14 PASS new DOMexception("msg", "HierarchyRequestError") | |
| 15 PASS new DOMexception("msg", "WrongDocumentError") | |
| 16 PASS new DOMexception("msg", "InvalidCharacterError") | |
| 17 PASS new DOMexception("msg", "NoModificationAllowedError") | |
| 18 PASS new DOMexception("msg", "NotFoundError") | |
| 19 PASS new DOMexception("msg", "NotSupportedError") | |
| 20 PASS new DOMexception("msg", "InUseAttributeError") | |
| 21 PASS new DOMexception("msg", "InvalidStateError") | |
| 22 PASS new DOMexception("msg", "SyntaxError") | |
| 23 PASS new DOMexception("msg", "InvalidModificationError") | |
| 24 PASS new DOMexception("msg", "NamespaceError") | |
| 25 PASS new DOMexception("msg", "InvalidAccessError") | |
| 26 PASS new DOMexception("msg", "SecurityError") | |
| 27 PASS new DOMexception("msg", "NetworkError") | |
| 28 PASS new DOMexception("msg", "AbortError") | |
| 29 PASS new DOMexception("msg", "URLMismatchError") | |
| 30 PASS new DOMexception("msg", "QuotaExceededError") | |
| 31 PASS new DOMexception("msg", "TimeoutError") | |
| 32 PASS new DOMexception("msg", "InvalidNodeTypeError") | |
| 33 PASS new DOMexception("msg", "DataCloneError") | |
| 34 PASS new DOMException("bar", "UnknownError") | |
| 35 Harness: the test ran to completion. | |
| 36 | |
| OLD | NEW |