Skip to content

Commit e8646c6

Browse files
Gecko sync update
1 parent 0006554 commit e8646c6

File tree

1 file changed

+93
-49
lines changed

1 file changed

+93
-49
lines changed

shadow-dom/META.yml

+93-49
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,94 @@
11
links:
2-
- product: safari
3-
url: https://bugs.webkit.org/show_bug.cgi?id=202495
4-
results:
5-
- test: directionality-002.tentative.html
6-
status: FAIL
7-
- product: webkitgtk
8-
url: https://bugs.webkit.org/show_bug.cgi?id=202495
9-
results:
10-
- test: directionality-002.tentative.html
11-
status: FAIL
12-
- product: chrome
13-
url: https://crbug.com/920069
14-
results:
15-
- test: offsetParent-across-shadow-boundaries.html
16-
status: FAIL
17-
- product: chrome
18-
url: https://bugs.chromium.org/p/chromium/issues/detail?id=937746
19-
results:
20-
- test: historical.html
21-
subtest: event.path should not exist
22-
- test: historical.html
23-
subtest: HTMLContentElement should not exist
24-
- product: firefox
25-
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1682652
26-
results:
27-
- test: slots-imperative-api-slotchange.tentative.html
28-
subtest: slotchange event must not fire synchronously.
29-
- test: slots-imperative-api-slotchange.tentative.html
30-
subtest: slotchange event should not fire when assignments do not change assignedNodes.
31-
- test: slots-imperative-api-slotchange.tentative.html
32-
subtest: slotchange event should not fire when same node is assigned.
33-
- test: slots-imperative-api-slotchange.tentative.html
34-
subtest: Fire slotchange event when slot's assigned nodes changes.
35-
- test: slots-imperative-api-slotchange.tentative.html
36-
subtest: Fire slotchange event on previous slot and new slot when node is reassigned.
37-
- test: slots-imperative-api-slotchange.tentative.html
38-
subtest: Fire slotchange event on node assignment and when assigned node is removed.
39-
- test: slots-imperative-api-slotchange.tentative.html
40-
subtest: Fire slotchange event when order of assigned nodes changes.
41-
- test: slots-imperative-api-slotchange.tentative.html
42-
subtest: Fire slotchange event when assigned node is removed.
43-
- test: slots-imperative-api-slotchange.tentative.html
44-
subtest: Fire slotchange event when removing a slot from Shadows Root that changes its assigned nodes.
45-
- test: slots-imperative-api-slotchange.tentative.html
46-
subtest: No slotchange event when adding or removing an empty slot.
47-
- test: slots-imperative-api-slotchange.tentative.html
48-
subtest: No slotchange event when adding another slotable.
49-
- test: slots-imperative-api-slotchange.tentative.html
50-
subtest: Fire slotchange event when assign node to nested slot, ensure event bubbles ups.
2+
- product: safari
3+
results:
4+
- status: FAIL
5+
test: directionality-002.tentative.html
6+
url: https://bugs.webkit.org/show_bug.cgi?id=202495
7+
- product: webkitgtk
8+
results:
9+
- status: FAIL
10+
test: directionality-002.tentative.html
11+
url: https://bugs.webkit.org/show_bug.cgi?id=202495
12+
- product: chrome
13+
results:
14+
- status: FAIL
15+
test: offsetParent-across-shadow-boundaries.html
16+
url: https://crbug.com/920069
17+
- product: chrome
18+
results:
19+
- subtest: event.path should not exist
20+
test: historical.html
21+
- subtest: HTMLContentElement should not exist
22+
test: historical.html
23+
url: https://bugs.chromium.org/p/chromium/issues/detail?id=937746
24+
- product: firefox
25+
results:
26+
- subtest: slotchange event must not fire synchronously.
27+
test: slots-imperative-api-slotchange.tentative.html
28+
- subtest: slotchange event should not fire when assignments do not change assignedNodes.
29+
test: slots-imperative-api-slotchange.tentative.html
30+
- subtest: slotchange event should not fire when same node is assigned.
31+
test: slots-imperative-api-slotchange.tentative.html
32+
- subtest: Fire slotchange event when slot's assigned nodes changes.
33+
test: slots-imperative-api-slotchange.tentative.html
34+
- subtest: Fire slotchange event on previous slot and new slot when node is reassigned.
35+
test: slots-imperative-api-slotchange.tentative.html
36+
- subtest: Fire slotchange event on node assignment and when assigned node is removed.
37+
test: slots-imperative-api-slotchange.tentative.html
38+
- subtest: Fire slotchange event when order of assigned nodes changes.
39+
test: slots-imperative-api-slotchange.tentative.html
40+
- subtest: Fire slotchange event when assigned node is removed.
41+
test: slots-imperative-api-slotchange.tentative.html
42+
- subtest: Fire slotchange event when removing a slot from Shadows Root that changes
43+
its assigned nodes.
44+
test: slots-imperative-api-slotchange.tentative.html
45+
- subtest: No slotchange event when adding or removing an empty slot.
46+
test: slots-imperative-api-slotchange.tentative.html
47+
- subtest: No slotchange event when adding another slotable.
48+
test: slots-imperative-api-slotchange.tentative.html
49+
- subtest: Fire slotchange event when assign node to nested slot, ensure event bubbles
50+
ups.
51+
test: slots-imperative-api-slotchange.tentative.html
52+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1682652
53+
- product: firefox
54+
results:
55+
- subtest: Imperative slot API throws exception when not slotAssignment != 'manual'.
56+
test: slots-imperative-slot-api.tentative.html
57+
- subtest: Imperative slot API throws exception when slottable parentNode != slot's
58+
host.
59+
test: slots-imperative-slot-api.tentative.html
60+
- subtest: Imperative slot API can assign nodes in manual slot assignment.
61+
test: slots-imperative-slot-api.tentative.html
62+
- subtest: Order of slottables is preserved in manual slot assignment.
63+
test: slots-imperative-slot-api.tentative.html
64+
- subtest: Previously assigned slottable is moved to new slot when it's reassigned.
65+
test: slots-imperative-slot-api.tentative.html
66+
- subtest: Order and assignment of nodes are preserved during multiple assignment
67+
in a row.
68+
test: slots-imperative-slot-api.tentative.html
69+
- subtest: Assigning invalid nodes causes exception and slot returns to its previous
70+
state.
71+
test: slots-imperative-slot-api.tentative.html
72+
- subtest: Moving a slot to a new host, the slot loses its previously assigned slottables.
73+
test: slots-imperative-slot-api.tentative.html
74+
- subtest: Moving a slot's tree order position within a shadow host has no impact
75+
on its assigned slottables.
76+
test: slots-imperative-slot-api.tentative.html
77+
- subtest: Appending slottable to different host, it loses slot assignment. It can
78+
be re-assigned within a new host.
79+
test: slots-imperative-slot-api.tentative.html
80+
- subtest: Previously assigned node should not be assigned if slot moved to a new
81+
shadow root. The slot remains empty when moved back, no trigger recalc.
82+
test: slots-imperative-slot-api.tentative.html
83+
- subtest: Previously assigned node should not be assigned if slot moved to a new
84+
shadow root. The slot remains empty when moved back, trigger recalc.
85+
test: slots-imperative-slot-api.tentative.html
86+
- subtest: Assignment with the same node in parameters should be ignored, last one
87+
wins.
88+
test: slots-imperative-slot-api.tentative.html
89+
- subtest: Removing a slot from DOM resets its slottable's slot assignment.
90+
test: slots-imperative-slot-api.tentative.html
91+
- subtest: A slot should be cleared of assigned nodes even if it's re-inserted into
92+
the same shadow root.
93+
test: slots-imperative-slot-api.tentative.html
94+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1690964

0 commit comments

Comments
 (0)