blob: 1b1bea6c9729bc31cabedcc49ec1908ba188cee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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
|