1# Basic <summary> handling
2== multiple-summary.html single-summary.html
3== open-multiple-summary.html open-multiple-summary-ref.html
4== summary-not-first-child.html single-summary.html
5== open-summary-not-first-child.html open-single-summary.html
6== open-summary-block-style.html open-summary-block-style-ref.html
7== open-summary-inline-style.html open-summary-inline-style-ref.html
8== open-summary-table-cell-style.html open-summary-table-cell-style-ref.html
9== no-summary.html no-summary-ref.html
10== open-no-summary.html open-no-summary-ref.html
11== summary-not-in-details.html summary-not-in-details-ref.html
12== summary-not-direct-child.html summary-not-direct-child-ref.html
13== float-in-summary.html float-in-summary-ref.html
14
15# Add elements dynamically
16== dynamic-add-single-summary.html open-single-summary.html
17== dynamic-add-summary-not-first-child.html open-single-summary.html
18== dynamic-add-summary-and-paragraph.html open-single-summary.html
19== dynamic-add-paragraph-before-summary.html open-single-summary.html
20== dynamic-add-paragraph-before-summary-close.html single-summary.html
21== dynamic-add-paragraph-after-summary.html open-single-summary.html
22== dynamic-add-paragraph-after-summary-close.html single-summary.html
23== dynamic-add-details.html open-single-summary.html
24== dynamic-add-first-summary.html open-multiple-summary.html
25== dynamic-add-second-summary.html open-multiple-summary.html
26
27# Remove elements dynamically
28== dynamic-remove-single-summary.html open-no-summary.html
29== dynamic-remove-summary-not-first-child.html open-no-summary.html
30== dynamic-remove-first-summary.html open-single-summary.html
31== dynamic-remove-second-summary.html open-single-summary.html
32
33# Toggle details by open attribute
34== close-nested-details.html close-nested-details-ref.html
35== open-nested-details.html open-nested-details-ref.html
36
37# With 'overflow' property
38== overflow-hidden-open-details.html overflow-hidden-open-details-ref.html
39== overflow-auto-open-details.html overflow-auto-open-details-ref.html
40== overflow-scroll-details.html overflow-scroll-details-ref.html
41
42# With 'float' property
43== float-left-and-float-details.html float-left-and-float-details-ref.html
44== float-left-and-inflow-details.html float-left-and-inflow-details-ref.html
45== float-left-and-float-open-details.html float-left-and-float-open-details-ref.html
46== float-left-and-inflow-open-details.html float-left-and-inflow-open-details-ref.html
47== float-right-and-float-details.html float-right-and-float-details-ref.html
48== float-right-and-inflow-details.html float-right-and-inflow-details-ref.html
49== float-right-and-float-open-details.html float-right-and-float-open-details-ref.html
50== float-right-and-inflow-open-details.html float-right-and-inflow-open-details-ref.html
51== float-open-details-contains-float-left.html float-open-details-contains-float-left-ref.html
52== float-open-details-contains-float-right.html float-open-details-contains-float-right-ref.html
53
54# Various properties on details or summary
55== details-display-inline.html details-display-inline-ref.html
56== details-percentage-height-children.html details-percentage-height-children-ref.html
57== details-absolute-children.html details-absolute-children-ref.html
58== details-three-columns.html details-three-columns-ref.html
59== details-writing-mode.html details-writing-mode-ref.html
60== details-in-ol.html details-in-ol-ref.html
61== summary-three-columns.html summary-three-columns-ref.html
62== details-first-line.html details-first-line-ref.html
63== open-details-first-line-1.html open-details-first-line-ref.html
64== open-details-first-line-2.html open-details-first-line-ref.html
65
66# Dispatch mouse click to summary
67== mouse-click-single-summary.html open-single-summary.html
68== mouse-click-twice-single-summary.html single-summary.html
69== mouse-click-open-single-summary.html single-summary.html
70== mouse-click-twice-open-single-summary.html open-single-summary.html
71== mouse-click-open-second-summary.html open-multiple-summary.html
72== mouse-click-overflow-hidden-details.html overflow-hidden-open-details.html
73== mouse-click-twice-overflow-hidden-details.html overflow-hidden-details.html
74fuzzy-if(gtkWidget||OSX||geckoview,0-1,0-20) fuzzy-if(webrender,0-1,0-172) == mouse-click-overflow-auto-details.html overflow-auto-open-details.html #Bug 1294278
75== mouse-click-twice-overflow-auto-details.html overflow-auto-details.html
76== mouse-click-display-none-details.html open-single-summary.html
77== mouse-click-change-details-to-display-none.html open-single-summary.html
78== mouse-click-change-summary-to-display-none.html mouse-click-change-summary-to-display-none-ref.html
79== mouse-click-move-summary-to-different-details.html mouse-click-move-summary-to-different-details-ref.html
80
81# Dispatch mouse click to out-of-flow details or summary
82== mouse-click-fixed-summary.html open-fixed-summary.html
83== mouse-click-twice-fixed-summary.html fixed-summary.html
84fuzzy-if(geckoview,0-7,0-1) == mouse-click-float-details.html open-float-details.html
85fuzzy(0-4,0-1) == mouse-click-twice-float-details.html float-details.html # Bug 1316430
86
87# Dispatch keyboard event to summary
88== key-enter-single-summary.html open-single-summary.html
89== key-enter-open-second-summary.html open-multiple-summary.html
90== key-enter-prevent-default.html single-summary.html
91== key-space-single-summary.html open-single-summary.html
92
93# Generated content bits
94== details-after.html single-summary.html
95== details-before.html single-summary.html
96== open-details-after.html open-single-summary.html
97== open-details-before.html open-single-summary.html
98
99# Move summary element
100== move-float-summary-to-different-details.html move-float-summary-to-different-details-ref.html
101== move-position-absolute-summary-to-different-details.html move-position-absolute-summary-to-different-details-ref.html
102