summaryrefslogtreecommitdiffstats
path: root/layout/reftests/details-summary/reftest-stylo.list
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/details-summary/reftest-stylo.list')
-rw-r--r--layout/reftests/details-summary/reftest-stylo.list87
1 files changed, 87 insertions, 0 deletions
diff --git a/layout/reftests/details-summary/reftest-stylo.list b/layout/reftests/details-summary/reftest-stylo.list
new file mode 100644
index 000000000..e23b1206b
--- /dev/null
+++ b/layout/reftests/details-summary/reftest-stylo.list
@@ -0,0 +1,87 @@
+# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
+default-preferences pref(dom.details_element.enabled,true)
+
+# Disable <details> and <summary>
+pref(dom.details_element.enabled,false) == single-summary.html single-summary.html
+pref(dom.details_element.enabled,false) == open-single-summary.html open-single-summary.html
+pref(dom.details_element.enabled,false) == no-summary.html no-summary.html
+
+# Basic <summary> handling
+== multiple-summary.html multiple-summary.html
+== open-multiple-summary.html open-multiple-summary.html
+== summary-not-first-child.html summary-not-first-child.html
+== open-summary-not-first-child.html open-summary-not-first-child.html
+== open-summary-block-style.html open-summary-block-style.html
+== no-summary.html no-summary.html
+== open-no-summary.html open-no-summary.html
+== summary-not-in-details.html summary-not-in-details.html
+== summary-not-direct-child.html summary-not-direct-child.html
+== float-in-summary.html float-in-summary.html
+
+# Add elements dynamically
+== dynamic-add-single-summary.html dynamic-add-single-summary.html
+== dynamic-add-summary-not-first-child.html dynamic-add-summary-not-first-child.html
+== dynamic-add-summary-and-paragraph.html dynamic-add-summary-and-paragraph.html
+== dynamic-add-paragraph-before-summary.html dynamic-add-paragraph-before-summary.html
+== dynamic-add-paragraph-before-summary-close.html dynamic-add-paragraph-before-summary-close.html
+== dynamic-add-paragraph-after-summary.html dynamic-add-paragraph-after-summary.html
+== dynamic-add-paragraph-after-summary-close.html dynamic-add-paragraph-after-summary-close.html
+== dynamic-add-details.html dynamic-add-details.html
+== dynamic-add-first-summary.html dynamic-add-first-summary.html
+== dynamic-add-second-summary.html dynamic-add-second-summary.html
+
+# Remove elements dynamically
+== dynamic-remove-single-summary.html dynamic-remove-single-summary.html
+== dynamic-remove-summary-not-first-child.html dynamic-remove-summary-not-first-child.html
+== dynamic-remove-first-summary.html dynamic-remove-first-summary.html
+== dynamic-remove-second-summary.html dynamic-remove-second-summary.html
+
+# Toggle details by open attribute
+== close-nested-details.html close-nested-details.html
+== open-nested-details.html open-nested-details.html
+
+# With 'overflow' property
+== overflow-hidden-open-details.html overflow-hidden-open-details.html
+== overflow-auto-open-details.html overflow-auto-open-details.html
+
+# With pagination property
+== details-page-break-after-1.html details-page-break-after-1.html
+== details-page-break-after-2.html details-page-break-after-2.html
+== details-page-break-before-1.html details-page-break-before-1.html
+== details-page-break-before-2.html details-page-break-before-2.html
+
+# Various properties on details or summary
+== details-display-inline.html details-display-inline.html
+== details-percentage-height-children.html details-percentage-height-children.html
+== details-absolute-children.html details-absolute-children.html
+== details-three-columns.html details-three-columns.html
+== details-writing-mode.html details-writing-mode.html
+== details-in-ol.html details-in-ol.html
+== summary-three-columns.html summary-three-columns.html
+
+# Dispatch mouse click to summary
+== mouse-click-single-summary.html mouse-click-single-summary.html
+== mouse-click-twice-single-summary.html mouse-click-twice-single-summary.html
+== mouse-click-open-single-summary.html mouse-click-open-single-summary.html
+== mouse-click-twice-open-single-summary.html mouse-click-twice-open-single-summary.html
+== mouse-click-open-second-summary.html mouse-click-open-second-summary.html
+== mouse-click-overflow-hidden-details.html mouse-click-overflow-hidden-details.html
+== mouse-click-twice-overflow-hidden-details.html mouse-click-twice-overflow-hidden-details.html
+skip == mouse-click-overflow-auto-details.html mouse-click-overflow-auto-details.html
+== mouse-click-twice-overflow-auto-details.html mouse-click-twice-overflow-auto-details.html
+== mouse-click-display-none-details.html mouse-click-display-none-details.html
+== mouse-click-change-details-to-display-none.html mouse-click-change-details-to-display-none.html
+== mouse-click-change-summary-to-display-none.html mouse-click-change-summary-to-display-none.html
+== mouse-click-move-summary-to-different-details.html mouse-click-move-summary-to-different-details.html
+
+# Dispatch mouse click to out-of-flow details or summary
+== mouse-click-fixed-summary.html mouse-click-fixed-summary.html
+== mouse-click-twice-fixed-summary.html mouse-click-twice-fixed-summary.html
+== mouse-click-float-details.html mouse-click-float-details.html
+== mouse-click-twice-float-details.html mouse-click-twice-float-details.html
+
+# Dispatch keyboard event to summary
+== key-enter-single-summary.html key-enter-single-summary.html
+== key-enter-open-second-summary.html key-enter-open-second-summary.html
+== key-enter-prevent-default.html key-enter-prevent-default.html
+== key-space-single-summary.html key-space-single-summary.html