mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Throwing a TypeError instead of an InvalidStateError DOMException follows the current specification steps.
11 lines
823 B
Plaintext
11 lines
823 B
Plaintext
Harness status: OK
|
|
|
|
Found 6 tests
|
|
|
|
6 Pass
|
|
Pass Element.prototype.createElement must add an unresolved custom element to the upgrade candidates map
|
|
Pass HTMLElement constructor must throw an TypeError when the top of the construction stack is marked AlreadyConstructed due to a custom element constructor constructing itself after super() call
|
|
Pass HTMLElement constructor must throw an TypeError when the top of the construction stack is marked AlreadyConstructed due to a custom element constructor constructing itself before super() call
|
|
Pass Upgrading a custom element must throw an TypeError when the returned element is not SameValue as the upgraded element
|
|
Pass Upgrading a custom element whose constructor returns a Text node must throw
|
|
Pass Upgrading a custom element whose constructor returns an Element must throw |