mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Automated downstream sync of changes from upstream as of 06-07-2025 [no-wpt-sync] --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
24 lines
974 B
INI
Vendored
24 lines
974 B
INI
Vendored
[ShadowRoot-init-customElementRegistry.html]
|
|
[A newly attached disconnected ShadowRoot should use the global registry by default]
|
|
expected: FAIL
|
|
|
|
[A newly attached connected ShadowRoot should use the global registry by default]
|
|
expected: FAIL
|
|
|
|
[A newly attached disconnected ShadowRoot should use the scoped registry if explicitly specified in attachShadow]
|
|
expected: FAIL
|
|
|
|
[A newly attached connected ShadowRoot should use the scoped registry if explicitly specified in attachShadow]
|
|
expected: FAIL
|
|
|
|
[attachShadow() should throw for a null customElementRegistry value]
|
|
expected: FAIL
|
|
|
|
[attachShadow() should use the global registry when customElementRegistry is null]
|
|
expected: FAIL
|
|
|
|
[attachShadow() should use the shadow host's registry when customElementRegistry is null]
|
|
expected: FAIL
|
|
|
|
[attachShadow() should use the null registry when the shadow host uses null registry and customElementRegistry is null]
|
|
expected: FAIL
|