servo/tests/wpt/meta/custom-elements/registries/ShadowRoot-init-customElementRegistry.html.ini
Servo WPT Sync ee8bd14f3b
Sync WPT with upstream (06-07-2025) (#37901)
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>
2025-07-06 08:33:30 +00:00

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