mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
16 lines
812 B
INI
16 lines
812 B
INI
[upgrading-parser-created-element.html]
|
|
[Upgrading a custom element whose constructor returns a Text node must throw]
|
|
expected: FAIL
|
|
|
|
[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]
|
|
expected: FAIL
|
|
|
|
[Upgrading a custom element whose constructor returns an Element must throw]
|
|
expected: FAIL
|
|
|
|
[Upgrading a custom element must throw an TypeError when the returned element is not SameValue as the upgraded element]
|
|
expected: FAIL
|
|
|
|
[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]
|
|
expected: FAIL
|
|
|