mirror of
https://github.com/servo/servo.git
synced 2025-10-03 10:09:20 +01:00
Get observed attributes when a CE is defined
Implements steps 10.5 - 10.6 of CustomElementRegistry.define
This commit is contained in:
parent
901a2028f1
commit
596ed557d2
2 changed files with 57 additions and 25 deletions
|
@ -1,20 +1,5 @@
|
|||
[CustomElementRegistry.html]
|
||||
type: testharness
|
||||
[customElements.define must get "observedAttributes" property on the constructor prototype when "attributeChangedCallback" is present]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while getting observedAttributes on the constructor prototype]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while converting the value of observedAttributes to sequence<DOMString>]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while iterating over observedAttributes to sequence<DOMString>]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while retrieving Symbol.iterator on observedAttributes]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must upgrade elements in the shadow-including tree order]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue