mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add Precustomized state to CustomElementState (#35392)
* add Precustomized state to CustomElementState Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> * Update test expectation Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> --------- Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
82df628a11
commit
695e5fe5f1
3 changed files with 13 additions and 6 deletions
|
@ -6,11 +6,5 @@
|
|||
[ElementInternals.shadowRoot allows access to closed shadow root]
|
||||
expected: FAIL
|
||||
|
||||
[ElementInternals cannot be called before constructor, upgrade case]
|
||||
expected: FAIL
|
||||
|
||||
[ElementInternals *can* be called after constructor, upgrade case]
|
||||
expected: FAIL
|
||||
|
||||
[ElementInternals.shadowRoot doesn't reveal pre-attached closed shadowRoot]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue