mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Implement element.shadowRoot
attribute (#34306)
* 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>
This commit is contained in:
parent
c5cf2621b6
commit
527e2d426d
15 changed files with 209 additions and 65 deletions
|
@ -1,2 +1,2 @@
|
|||
[dialog-focus-shadow-double-nested.html]
|
||||
expected: ERROR
|
||||
expected: CRASH
|
||||
|
|
|
@ -1,2 +1,150 @@
|
|||
[dialog-focus-shadow.html]
|
||||
expected: ERROR
|
||||
[show: No autofocus, no delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: No autofocus, no delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[show: No autofocus, no delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: No autofocus, no delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[show: No autofocus, no delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: No autofocus, no delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[show: No autofocus, yes delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: No autofocus, yes delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[show: No autofocus, yes delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: No autofocus, yes delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[show: No autofocus, yes delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: No autofocus, yes delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus before, no delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus before, no delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus before, yes delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus before, yes delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus after, no delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus after, no delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus after, yes delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus after, yes delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus on shadow host, yes delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus on shadow host, yes delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus on shadow host, yes delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus on shadow host, yes delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus on shadow host, yes delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus on shadow host, yes delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus on shadow host, no delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus on shadow host, no delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus on shadow host, no delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus on shadow host, no delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus on shadow host, no delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus on shadow host, no delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus inside shadow tree, yes delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus inside shadow tree, yes delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus inside shadow tree, yes delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus inside shadow tree, yes delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus inside shadow tree, yes delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus inside shadow tree, yes delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus inside shadow tree, no delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus inside shadow tree, no delegatesFocus, no siblings]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus inside shadow tree, no delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus inside shadow tree, no delegatesFocus, sibling before]
|
||||
expected: FAIL
|
||||
|
||||
[show: Autofocus inside shadow tree, no delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Autofocus inside shadow tree, no delegatesFocus, sibling after]
|
||||
expected: FAIL
|
||||
|
||||
[show: Two shadow trees, both delegatesFocus, first tree doesn't have autofocus element, second does]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Two shadow trees, both delegatesFocus, first tree doesn't have autofocus element, second does]
|
||||
expected: FAIL
|
||||
|
||||
[show: No autofocus, no delegatesFocus, slotted target]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: No autofocus, no delegatesFocus, slotted target]
|
||||
expected: FAIL
|
||||
|
||||
[show: Shadowroot on child, no autofocus, no delegatesFocus]
|
||||
expected: FAIL
|
||||
|
||||
[showModal: Shadowroot on child, no autofocus, no delegatesFocus]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue