mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-12 12:39:47 +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
15 lines
460 B
INI
15 lines
460 B
INI
[newtarget.html]
|
|
type: testharness
|
|
[Use NewTarget's prototype, not the one stored at definition time]
|
|
expected: FAIL
|
|
|
|
[Rethrow any exceptions thrown while getting the prototype]
|
|
expected: FAIL
|
|
|
|
[If prototype is not object, derives the fallback from NewTarget's realm (autonomous custom elements)]
|
|
expected: FAIL
|
|
|
|
[If prototype is not object, derives the fallback from NewTarget's realm (customized built-in elements)]
|
|
expected: FAIL
|
|
|