mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
53 lines
1.7 KiB
INI
53 lines
1.7 KiB
INI
[define.html]
|
|
type: testharness
|
|
[If constructor is arrow function, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.connectedCallback throws, should rethrow]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.connectedCallback is null, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.connectedCallback is object, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.connectedCallback is integer, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.disconnectedCallback throws, should rethrow]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.disconnectedCallback is null, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.disconnectedCallback is object, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.disconnectedCallback is integer, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.adoptedCallback throws, should rethrow]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.adoptedCallback is null, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.adoptedCallback is object, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.adoptedCallback is integer, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.attributeChangedCallback throws, should rethrow]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.attributeChangedCallback is null, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.attributeChangedCallback is object, should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[If constructor.prototype.attributeChangedCallback is integer, should throw a TypeError]
|
|
expected: FAIL
|
|
|