mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
18 lines
607 B
INI
Vendored
18 lines
607 B
INI
Vendored
[custom-element-move-reactions.html]
|
|
[the disconnected/connected callbacks should be called when no other callback is defined]
|
|
expected: FAIL
|
|
|
|
[the element should stay connected during the callbacks]
|
|
expected: FAIL
|
|
|
|
[When connectedMoveCallback is defined, it is called instead of disconnectedCallback/connectedCallback]
|
|
expected: FAIL
|
|
|
|
[Reactions to atomic move are called in order of element, not in order of operation]
|
|
expected: FAIL
|
|
|
|
[When connectedCallback is not defined, no crash]
|
|
expected: FAIL
|
|
|
|
[When disconnectedCallback is not defined, no crash]
|
|
expected: FAIL
|