summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/custom-elements/reactions/DOMTokenList.html.ini
blob: 55b32ed3ac6c0c0731640b7edfc5e21ed50ea7ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[DOMTokenList.html]
  type: testharness
  [add on DOMTokenList must enqueue an attributeChanged reaction when adding an attribute]
    expected: FAIL

  [add on DOMTokenList must not enqueue an attributeChanged reaction when adding an unobserved attribute]
    expected: FAIL

  [add on DOMTokenList must enqueue an attributeChanged reaction when adding a value to an existing attribute]
    expected: FAIL

  [add on DOMTokenList must not enqueue an attributeChanged reaction when adding a value to an unobserved attribute]
    expected: FAIL

  [add on DOMTokenList must enqueue exactly one attributeChanged reaction when adding multiple values to an attribute]
    expected: FAIL

  [remove on DOMTokenList must enqueue an attributeChanged reaction when removing a value from an attribute]
    expected: FAIL

  [remove on DOMTokenList must enqueue exactly one attributeChanged reaction when removing multiple values to an attribute]
    expected: FAIL

  [remove on DOMTokenList must not enqueue an attributeChanged reaction when removing a non-existent value from an attribute]
    expected: FAIL

  [remove on DOMTokenList must not enqueue an attributeChanged reaction when removing a value from an unobserved attribute]
    expected: FAIL

  [toggle on DOMTokenList must enqueue an attributeChanged reaction when adding a value to an attribute]
    expected: FAIL

  [toggle on DOMTokenList must enqueue an attributeChanged reaction when removing a value from an attribute]
    expected: FAIL

  [replace on DOMTokenList must enqueue an attributeChanged reaction when replacing a value in an attribute]
    expected: FAIL

  [replace on DOMTokenList must not enqueue an attributeChanged reaction when the token to replace does not exist in the attribute]
    expected: FAIL

  [replace on DOMTokenList must not enqueue an attributeChanged reaction when replacing a value in an unobserved attribute]
    expected: FAIL

  [the stringifier of DOMTokenList must enqueue an attributeChanged reaction when adding an observed attribute]
    expected: FAIL

  [the stringifier of DOMTokenList must not enqueue an attributeChanged reaction when adding an unobserved attribute]
    expected: FAIL

  [the stringifier of DOMTokenList must enqueue an attributeChanged reaction when mutating the value of an observed attribute]
    expected: FAIL

  [the stringifier of DOMTokenList must not enqueue an attributeChanged reaction when mutating the value of an unobserved attribute]
    expected: FAIL

  [the stringifier of DOMTokenList must enqueue an attributeChanged reaction when the setter is called with the original value of the attribute]
    expected: FAIL