mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
2bd8be69ea
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
17 lines
669 B
INI
17 lines
669 B
INI
[attribute-changed-callback.html]
|
|
type: testharness
|
|
[setAttribute and removeAttribute must enqueue and invoke attributeChangedCallback]
|
|
expected: FAIL
|
|
|
|
[setAttributeNS and removeAttributeNS must enqueue and invoke attributeChangedCallback]
|
|
expected: FAIL
|
|
|
|
[setAttributeNode and removeAttributeNode must enqueue and invoke attributeChangedCallback for an HTML attribute]
|
|
expected: FAIL
|
|
|
|
[setAttributeNode and removeAttributeNS must enqueue and invoke attributeChangedCallback for an SVG attribute]
|
|
expected: FAIL
|
|
|
|
[attributedChangedCallback must be enqueued for style attribute change by mutating inline style declaration]
|
|
expected: FAIL
|