mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
* Implement Element.shadowRoot attribute Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Remove comments about shadowdom not being exposed for web content This is obviously not the case anymore. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
24 lines
1.1 KiB
INI
Vendored
24 lines
1.1 KiB
INI
Vendored
[focus-selector-delegatesFocus.html]
|
|
[:focus applies to host with delegatesFocus=true when the shadow root's descendant has focus]
|
|
expected: FAIL
|
|
|
|
[:focus does not apply to host with delegatesFocus=true when slotted element has focus]
|
|
expected: FAIL
|
|
|
|
[:focus applies to host with delegatesFocus=true when an element in a nested shadow tree with delegatesFocus=true is focused]
|
|
expected: FAIL
|
|
|
|
[:focus applies to host with delegatesFocus=true when an element in a nested shadow tree with delegatesFocus=false is focused]
|
|
expected: FAIL
|
|
|
|
[:focus applies to host with delegatesFocus=false when the shadow root's descendant has focus]
|
|
expected: FAIL
|
|
|
|
[:focus does not apply to host with delegatesFocus=false when slotted element has focus]
|
|
expected: FAIL
|
|
|
|
[:focus applies to host with delegatesFocus=false when an element in a nested shadow tree with delegatesFocus=true is focused]
|
|
expected: FAIL
|
|
|
|
[:focus applies to host with delegatesFocus=false when an element in a nested shadow tree with delegatesFocus=false is focused]
|
|
expected: FAIL
|