mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 18:33:07 +09:00
16 lines
669 B
INI
16 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
|