mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 20:08:33 +00:00
bf004bb63b
We call attributeChangedCallback in two cases: 1. When any of the attributes in the observed attribute list has changed, appended, removed, or replaced. 2. When upgrading an element, for each attribute in element's attribute list that is in the observed attribute list. Note: w/ Fixup for not implementing an API Enhancement Bug 1363481. Tag UXP Issue #1344
12 lines
403 B
INI
12 lines
403 B
INI
[CustomElementRegistry.html]
|
|
type: testharness
|
|
[customElements.define must get callbacks of the constructor prototype]
|
|
expected: FAIL
|
|
|
|
[customElements.define must get "observedAttributes" property on the constructor prototype when "attributeChangedCallback" is present]
|
|
expected: FAIL
|
|
|
|
[customElements.define must upgrade elements in the shadow-including tree order]
|
|
expected: FAIL
|
|
|