| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 33 tests. 31 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS new DOMException() | 3 PASS new DOMException() |
| 3 PASS new DOMException(): own-ness | 4 PASS new DOMException(): own-ness |
| 4 PASS new DOMException(null) | 5 PASS new DOMException(null) |
| 5 PASS new DOMException(undefined) | 6 PASS new DOMException(undefined) |
| 6 PASS new DOMException(undefined): own-ness | 7 PASS new DOMException(undefined): own-ness |
| 7 PASS new DOMException("foo") | 8 PASS new DOMException("foo") |
| 8 FAIL new DOMException("foo"): own-ness assert_true: The message property should
be own expected true got false | 9 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", undefined) |
| 10 PASS new DOMException("bar", "NotSupportedError") | 11 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 FAIL new DOMException("bar", "NotSupportedError"): own-ness assert_true: The nam
e property should be own expected true got false |
| (...skipping 15 matching lines...) Expand all Loading... |
| 27 PASS new DOMexception("msg", "NetworkError") | 28 PASS new DOMexception("msg", "NetworkError") |
| 28 PASS new DOMexception("msg", "AbortError") | 29 PASS new DOMexception("msg", "AbortError") |
| 29 PASS new DOMexception("msg", "URLMismatchError") | 30 PASS new DOMexception("msg", "URLMismatchError") |
| 30 PASS new DOMexception("msg", "QuotaExceededError") | 31 PASS new DOMexception("msg", "QuotaExceededError") |
| 31 PASS new DOMexception("msg", "TimeoutError") | 32 PASS new DOMexception("msg", "TimeoutError") |
| 32 PASS new DOMexception("msg", "InvalidNodeTypeError") | 33 PASS new DOMexception("msg", "InvalidNodeTypeError") |
| 33 PASS new DOMexception("msg", "DataCloneError") | 34 PASS new DOMexception("msg", "DataCloneError") |
| 34 PASS new DOMException("bar", "UnknownError") | 35 PASS new DOMException("bar", "UnknownError") |
| 35 Harness: the test ran to completion. | 36 Harness: the test ran to completion. |
| 36 | 37 |
| OLD | NEW |