Source code

Revision control

Copy as Markdown

Other Tools

# Basic <summary> handling
== multiple-summary.html single-summary.html
== open-multiple-summary.html open-multiple-summary-ref.html
== summary-not-first-child.html single-summary.html
== open-summary-not-first-child.html open-single-summary.html
== open-summary-block-style.html open-summary-block-style-ref.html
== open-summary-inline-style.html open-summary-inline-style-ref.html
== open-summary-table-cell-style.html open-summary-table-cell-style-ref.html
== no-summary.html no-summary-ref.html
== open-no-summary.html open-no-summary-ref.html
== summary-not-in-details.html summary-not-in-details-ref.html
== summary-not-direct-child.html summary-not-direct-child-ref.html
== float-in-summary.html float-in-summary-ref.html
# Add elements dynamically
== dynamic-add-single-summary.html open-single-summary.html
== dynamic-add-summary-not-first-child.html open-single-summary.html
== dynamic-add-summary-and-paragraph.html open-single-summary.html
== dynamic-add-paragraph-before-summary.html open-single-summary.html
== dynamic-add-paragraph-before-summary-close.html single-summary.html
== dynamic-add-paragraph-after-summary.html open-single-summary.html
== dynamic-add-paragraph-after-summary-close.html single-summary.html
== dynamic-add-details.html open-single-summary.html
== dynamic-add-first-summary.html open-multiple-summary.html
== dynamic-add-second-summary.html open-multiple-summary.html
# Remove elements dynamically
== dynamic-remove-single-summary.html open-no-summary.html
== dynamic-remove-summary-not-first-child.html open-no-summary.html
== dynamic-remove-first-summary.html open-single-summary.html
== dynamic-remove-second-summary.html open-single-summary.html
# Toggle details by open attribute
== close-nested-details.html close-nested-details-ref.html
== open-nested-details.html open-nested-details-ref.html
# With 'overflow' property
== overflow-hidden-open-details.html overflow-hidden-open-details-ref.html
== overflow-auto-open-details.html overflow-auto-open-details-ref.html
== overflow-scroll-details.html overflow-scroll-details-ref.html
# With 'float' property
== float-left-and-float-details.html float-left-and-float-details-ref.html
== float-left-and-inflow-details.html float-left-and-inflow-details-ref.html
== float-left-and-float-open-details.html float-left-and-float-open-details-ref.html
== float-left-and-inflow-open-details.html float-left-and-inflow-open-details-ref.html
== float-right-and-float-details.html float-right-and-float-details-ref.html
== float-right-and-inflow-details.html float-right-and-inflow-details-ref.html
== float-right-and-float-open-details.html float-right-and-float-open-details-ref.html
== float-right-and-inflow-open-details.html float-right-and-inflow-open-details-ref.html
== float-open-details-contains-float-left.html float-open-details-contains-float-left-ref.html
== float-open-details-contains-float-right.html float-open-details-contains-float-right-ref.html
# Various properties on details or summary
== details-display-inline.html details-display-inline-ref.html
== details-percentage-height-children.html details-percentage-height-children-ref.html
== details-absolute-children.html details-absolute-children-ref.html
== details-three-columns.html details-three-columns-ref.html
== details-writing-mode.html details-writing-mode-ref.html
== details-in-ol.html details-in-ol-ref.html
== summary-three-columns.html summary-three-columns-ref.html
== details-first-line.html details-first-line-ref.html
== open-details-first-line-1.html open-details-first-line-ref.html
== open-details-first-line-2.html open-details-first-line-ref.html
# Dispatch mouse click to summary
== mouse-click-single-summary.html open-single-summary.html
== mouse-click-twice-single-summary.html single-summary.html
== mouse-click-open-single-summary.html single-summary.html
== mouse-click-twice-open-single-summary.html open-single-summary.html
== mouse-click-open-second-summary.html open-multiple-summary.html
== mouse-click-overflow-hidden-details.html overflow-hidden-open-details.html
== mouse-click-twice-overflow-hidden-details.html overflow-hidden-details.html
fuzzy(0-1,0-172) == mouse-click-overflow-auto-details.html overflow-auto-open-details.html #Bug 1294278
== mouse-click-twice-overflow-auto-details.html overflow-auto-details.html
== mouse-click-display-none-details.html open-single-summary.html
== mouse-click-change-details-to-display-none.html open-single-summary.html
== mouse-click-change-summary-to-display-none.html mouse-click-change-summary-to-display-none-ref.html
== mouse-click-move-summary-to-different-details.html mouse-click-move-summary-to-different-details-ref.html
# Dispatch mouse click to out-of-flow details or summary
== mouse-click-fixed-summary.html open-fixed-summary.html
== mouse-click-twice-fixed-summary.html fixed-summary.html
fuzzy-if(geckoview,0-7,0-1) == mouse-click-float-details.html open-float-details.html
fuzzy(0-4,0-1) == mouse-click-twice-float-details.html float-details.html # Bug 1316430
# Generated content bits
== details-after.html details-after-ref.html
== details-before.html details-before-ref.html
== open-details-after.html open-single-summary.html
== open-details-before.html details-before-ref.html
# Move summary element
== move-float-summary-to-different-details.html move-float-summary-to-different-details-ref.html
== move-position-absolute-summary-to-different-details.html move-position-absolute-summary-to-different-details-ref.html