summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/custom-elements/reactions/Element.html.ini
blob: d4049a4b006e4bc125ed4d03f43537d4da6fdde7 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[Element.html]
  type: testharness
  [id on Element must enqueue an attributeChanged reaction when adding id content attribute]
    expected: FAIL

  [id on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
    expected: FAIL

  [className on Element must enqueue an attributeChanged reaction when adding class content attribute]
    expected: FAIL

  [className on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
    expected: FAIL

  [slot on Element must enqueue an attributeChanged reaction when adding slot content attribute]
    expected: FAIL

  [slot on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
    expected: FAIL

  [setAttribute on Element must enqueue an attributeChanged reaction when adding an attribute]
    expected: FAIL

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

  [setAttribute on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
    expected: FAIL

  [setAttribute on Element must enqueue an attributeChanged reaction when replacing an existing unobserved attribute]
    expected: FAIL

  [setAttributeNS on Element must enqueue an attributeChanged reaction when adding an attribute]
    expected: FAIL

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

  [setAttributeNS on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
    expected: FAIL

  [setAttributeNS on Element must enqueue an attributeChanged reaction when replacing an existing unobserved attribute]
    expected: FAIL

  [removeAttribute on Element must not enqueue an attributeChanged reaction when removing an attribute that does not exist]
    expected: FAIL

  [removeAttribute on Element must not enqueue an attributeChanged reaction when removing an unobserved attribute]
    expected: FAIL

  [removeAttribute on Element must enqueue an attributeChanged reaction when removing an existing attribute]
    expected: FAIL

  [removeAttribute on Element must not enqueue an attributeChanged reaction when removing an existing unobserved attribute]
    expected: FAIL

  [removeAttributeNS on Element must not enqueue an attributeChanged reaction when removing an attribute that does not exist]
    expected: FAIL

  [removeAttributeNS on Element must not enqueue an attributeChanged reaction when removing an unobserved attribute]
    expected: FAIL

  [removeAttributeNS on Element must enqueue an attributeChanged reaction when removing an existing attribute]
    expected: FAIL

  [removeAttributeNS on Element must not enqueue an attributeChanged reaction when removing an existing unobserved attribute]
    expected: FAIL

  [setAttributeNode on Element must enqueue an attributeChanged reaction when adding an attribute]
    expected: FAIL

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

  [setAttributeNode on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
    expected: FAIL

  [setAttributeNode on Element must enqueue an attributeChanged reaction when replacing an existing unobserved attribute]
    expected: FAIL

  [setAttributeNodeNS on Element must enqueue an attributeChanged reaction when adding an attribute]
    expected: FAIL

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

  [setAttributeNodeNS on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
    expected: FAIL

  [setAttributeNodeNS on Element must enqueue an attributeChanged reaction when replacing an existing unobserved attribute]
    expected: FAIL

  [removeAttributeNode on Element must not enqueue an attributeChanged reaction when removing an attribute that does not exist]
    expected: FAIL

  [removeAttributeNode on Element must not enqueue an attributeChanged reaction when removing an unobserved attribute]
    expected: FAIL

  [removeAttributeNode on Element must enqueue an attributeChanged reaction when removing an existing attribute]
    expected: FAIL

  [removeAttributeNode on Element must not enqueue an attributeChanged reaction when removing an existing unobserved attribute]
    expected: FAIL

  [undefined must enqueue a connected reaction]
    expected: FAIL

  [undefined must enqueue a disconnected reaction, an adopted reaction, and a connected reaction when the custom element was in another document]
    expected: FAIL