reftest.list (5428B)
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-percentage-height-children.html details-percentage-height-children-ref.html 56 == details-absolute-children.html details-absolute-children-ref.html 57 == details-three-columns.html details-three-columns-ref.html 58 == details-writing-mode.html details-writing-mode-ref.html 59 == details-in-ol.html details-in-ol-ref.html 60 == summary-three-columns.html summary-three-columns-ref.html 61 == details-first-line.html details-first-line-ref.html 62 == open-details-first-line-1.html open-details-first-line-ref.html 63 == open-details-first-line-2.html open-details-first-line-ref.html 64 65 # Dispatch mouse click to summary 66 == mouse-click-single-summary.html open-single-summary.html 67 == mouse-click-twice-single-summary.html single-summary.html 68 == mouse-click-open-single-summary.html single-summary.html 69 == mouse-click-twice-open-single-summary.html open-single-summary.html 70 == mouse-click-open-second-summary.html open-multiple-summary.html 71 == mouse-click-overflow-hidden-details.html overflow-hidden-open-details.html 72 == mouse-click-twice-overflow-hidden-details.html overflow-hidden-details.html 73 fuzzy(0-1,0-172) == mouse-click-overflow-auto-details.html overflow-auto-open-details.html #Bug 1294278 74 == mouse-click-twice-overflow-auto-details.html overflow-auto-details.html 75 == mouse-click-display-none-details.html open-single-summary.html 76 == mouse-click-change-details-to-display-none.html open-single-summary.html 77 == mouse-click-change-summary-to-display-none.html mouse-click-change-summary-to-display-none-ref.html 78 == mouse-click-move-summary-to-different-details.html mouse-click-move-summary-to-different-details-ref.html 79 80 # Dispatch mouse click to out-of-flow details or summary 81 == mouse-click-fixed-summary.html open-fixed-summary.html 82 == mouse-click-twice-fixed-summary.html fixed-summary.html 83 fuzzy-if(geckoview,0-7,0-1) == mouse-click-float-details.html open-float-details.html 84 fuzzy(0-4,0-1) == mouse-click-twice-float-details.html float-details.html # Bug 1316430 85 86 # Generated content bits 87 == details-after.html details-after-ref.html 88 == details-before.html details-before-ref.html 89 == open-details-after.html open-single-summary.html 90 == open-details-before.html details-before-ref.html 91 92 # Move summary element 93 == move-float-summary-to-different-details.html move-float-summary-to-different-details-ref.html 94 == move-position-absolute-summary-to-different-details.html move-position-absolute-summary-to-different-details-ref.html