summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/slotchange-event.html.ini
blob: 434e7d9ba6b128a2fdc21020e1522cfb77f4bd86 (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
[slotchange-event.html]
  type: testharness
  expected: ERROR
  [slotchange event must fire on a default slot element inside an open shadow root  in a document]
    expected: FAIL

  [slotchange event must fire on a default slot element inside a closed shadow root  in a document]
    expected: FAIL

  [slotchange event must fire on a default slot element inside an open shadow root  not in a document]
    expected: FAIL

  [slotchange event must fire on a default slot element inside a closed shadow root  not in a document]
    expected: FAIL

  [slotchange event must fire on a named slot element insidean open shadow root  in a document]
    expected: FAIL

  [slotchange event must fire on a named slot element insidea closed shadow root  in a document]
    expected: FAIL

  [slotchange event must fire on a named slot element insidean open shadow root  not in a document]
    expected: FAIL

  [slotchange event must fire on a named slot element insidea closed shadow root  not in a document]
    expected: FAIL

  [slotchange event must not fire on a slot element inside an open shadow root  in a document when another slot's assigned nodes change]
    expected: FAIL

  [slotchange event must not fire on a slot element inside a closed shadow root  in a document when another slot's assigned nodes change]
    expected: FAIL

  [slotchange event must not fire on a slot element inside an open shadow root  not in a document when another slot's assigned nodes change]
    expected: FAIL

  [slotchange event must not fire on a slot element inside a closed shadow root  not in a document when another slot's assigned nodes change]
    expected: FAIL

  [slotchange event must not fire on a slot element inside an open shadow root  in a document when the shadow host was mutated before the slot was inserted or after the slot was removed]
    expected: FAIL

  [slotchange event must not fire on a slot element inside a closed shadow root  in a document when the shadow host was mutated before the slot was inserted or after the slot was removed]
    expected: FAIL

  [slotchange event must not fire on a slot element inside an open shadow root  not in a document when the shadow host was mutated before the slot was inserted or after the slot was removed]
    expected: FAIL

  [slotchange event must not fire on a slot element inside a closed shadow root  not in a document when the shadow host was mutated before the slot was inserted or after the slot was removed]
    expected: FAIL

  [slotchange event must fire on a slot element inside an open shadow root  in a document even if the slot was removed immediately after the assigned nodes were mutated]
    expected: FAIL

  [slotchange event must fire on a slot element inside a closed shadow root  in a document even if the slot was removed immediately after the assigned nodes were mutated]
    expected: FAIL

  [slotchange event must fire on a slot element inside an open shadow root  not in a document even if the slot was removed immediately after the assigned nodes were mutated]
    expected: FAIL

  [slotchange event must fire on a slot element inside a closed shadow root  not in a document even if the slot was removed immediately after the assigned nodes were mutated]
    expected: FAIL

  [slotchange event must fire on a slot element inside an open shadow root  in a document when innerHTML modifies the children of the shadow host]
    expected: FAIL

  [slotchange event must fire on a slot element inside a closed shadow root  in a document when innerHTML modifies the children of the shadow host]
    expected: FAIL

  [slotchange event must fire on a slot element inside an open shadow root  not in a document when innerHTML modifies the children of the shadow host]
    expected: FAIL

  [slotchange event must fire on a slot element inside a closed shadow root  not in a document when innerHTML modifies the children of the shadow host]
    expected: FAIL

  [slotchange event must fire on a slot element inside an open shadow root  in a document when nested slots's contents change]
    expected: FAIL

  [slotchange event must fire on a slot element inside a closed shadow root  in a document when nested slots's contents change]
    expected: FAIL

  [slotchange event must fire on a slot element inside an open shadow root  not in a document when nested slots's contents change]
    expected: FAIL

  [slotchange event must fire on a slot element inside a closed shadow root  not in a document when nested slots's contents change]
    expected: FAIL

  [slotchange event must fire at the end of current microtask after mutation observers are invoked inside an open shadow root  in a document when slots's contents change]
    expected: FAIL

  [slotchange event must fire at the end of current microtask after mutation observers are invoked inside a closed shadow root  in a document when slots's contents change]
    expected: FAIL

  [slotchange event must fire at the end of current microtask after mutation observers are invoked inside an open shadow root  not in a document when slots's contents change]
    expected: FAIL

  [slotchange event must fire at the end of current microtask after mutation observers are invoked inside a closed shadow root  not in a document when slots's contents change]
    expected: FAIL