| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS "window.customElements.define" should exists | 2 PASS "window.customElements.define" should exists |
| 3 PASS If no arguments, should throw a TypeError | 3 PASS If no arguments, should throw a TypeError |
| 4 PASS If one argument, should throw a TypeError | 4 PASS If one argument, should throw a TypeError |
| 5 PASS If constructor is undefined, should throw a TypeError | 5 PASS If constructor is undefined, should throw a TypeError |
| 6 PASS If constructor is null, should throw a TypeError | 6 PASS If constructor is null, should throw a TypeError |
| 7 PASS If constructor is object, should throw a TypeError | 7 PASS If constructor is object, should throw a TypeError |
| 8 PASS If constructor is string, should throw a TypeError | 8 PASS If constructor is string, should throw a TypeError |
| 9 PASS If constructor is arrow function, should throw a TypeError | 9 PASS If constructor is arrow function, should throw a TypeError |
| 10 PASS If constructor is method, should throw a TypeError | 10 PASS If constructor is method, should throw a TypeError |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 PASS If constructor.prototype.adoptedCallback is object, should throw a TypeErro
r | 95 PASS If constructor.prototype.adoptedCallback is object, should throw a TypeErro
r |
| 96 PASS If constructor.prototype.adoptedCallback is integer, should throw a TypeErr
or | 96 PASS If constructor.prototype.adoptedCallback is integer, should throw a TypeErr
or |
| 97 PASS If constructor.prototype.attributeChangedCallback throws, should rethrow | 97 PASS If constructor.prototype.attributeChangedCallback throws, should rethrow |
| 98 PASS If constructor.prototype.attributeChangedCallback is undefined, should succ
eed | 98 PASS If constructor.prototype.attributeChangedCallback is undefined, should succ
eed |
| 99 PASS If constructor.prototype.attributeChangedCallback is function, should succe
ed | 99 PASS If constructor.prototype.attributeChangedCallback is function, should succe
ed |
| 100 PASS If constructor.prototype.attributeChangedCallback is null, should throw a T
ypeError | 100 PASS If constructor.prototype.attributeChangedCallback is null, should throw a T
ypeError |
| 101 PASS If constructor.prototype.attributeChangedCallback is object, should throw a
TypeError | 101 PASS If constructor.prototype.attributeChangedCallback is object, should throw a
TypeError |
| 102 PASS If constructor.prototype.attributeChangedCallback is integer, should throw
a TypeError | 102 PASS If constructor.prototype.attributeChangedCallback is integer, should throw
a TypeError |
| 103 Harness: the test ran to completion. | 103 Harness: the test ran to completion. |
| 104 | 104 |
| OLD | NEW |