gecko-dev/layout/reftests/details-summary
Ting-Yu Lin 7379c19c84 Bug 1258657 Part 1 - Change summary default style to "display: list-item" to match html spec. r=bz
Per html spec, the disclosure triangle can be generated via "display:
list-item", I removed the code to generate the triangle in
SummaryFrame::SetInitialChildList(). That is, when a web page set
"display: block" to the summary, the triangle will disappear, too.

Now SummaryFrame does nothing and is going to be removed in Part 2.

Also summary element should not increment the counter as hinted as
"counter-increment: list-item 0" in the spec. Hence the change in
nsBlockFrame::RenumberListsFor().

The rendering hint in html spec:
https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements

MozReview-Commit-ID: DELGYFe3zGX

--HG--
rename : layout/reftests/details-summary/open-summary-block-style.html => layout/reftests/details-summary/open-summary-block-style-ref.html
extra : rebase_source : 4bd5493fb6a1108eea31aef1d89f563f781b753f
2016-04-13 13:34:14 +08:00
..
close-nested-details-ref.html
close-nested-details.html
details-absolute-children-ref.html
details-absolute-children.html
details-display-inline-ref.html
details-display-inline.html
details-in-ol-ref.html Bug 1258657 Part 1 - Change summary default style to "display: list-item" to match html spec. r=bz 2016-04-13 13:34:14 +08:00
details-in-ol.html Bug 1258657 Part 1 - Change summary default style to "display: list-item" to match html spec. r=bz 2016-04-13 13:34:14 +08:00
details-page-break-after-1.html
details-page-break-after-2.html
details-page-break-before-1.html
details-page-break-before-2.html
details-percentage-height-children-ref.html
details-percentage-height-children.html
details-three-columns-ref.html
details-three-columns.html
details-two-pages.html
details-writing-mode-ref.html
details-writing-mode.html
disabled-no-summary-ref.html Bug 1246185 - Do not collapsed <details> when preference off. r=bz 2016-02-09 14:07:01 +08:00
disabled-single-summary-ref.html Bug 1246185 - Do not collapsed <details> when preference off. r=bz 2016-02-09 14:07:01 +08:00
dynamic-add-details.html
dynamic-add-first-summary.html
dynamic-add-paragraph-after-summary-close.html
dynamic-add-paragraph-after-summary.html
dynamic-add-paragraph-before-summary-close.html
dynamic-add-paragraph-before-summary.html
dynamic-add-second-summary.html
dynamic-add-single-summary.html
dynamic-add-summary-and-paragraph.html
dynamic-add-summary-not-first-child.html
dynamic-remove-first-summary.html
dynamic-remove-second-summary.html
dynamic-remove-single-summary.html
dynamic-remove-summary-not-first-child.html
fixed-summary.html
float-details.html
float-in-summary-ref.html
float-in-summary.html
key-enter-open-second-summary.html Bug 1249556 - Implement toggling details by keyboard. r=smaug 2016-03-19 20:37:09 +08:00
key-enter-prevent-default.html Bug 1249556 - Implement toggling details by keyboard. r=smaug 2016-03-19 20:37:09 +08:00
key-enter-single-summary.html Bug 1249556 - Implement toggling details by keyboard. r=smaug 2016-03-19 20:37:09 +08:00
key-space-single-summary.html Bug 1249556 - Implement toggling details by keyboard. r=smaug 2016-03-19 20:37:09 +08:00
mouse-click-change-details-to-display-none.html Bug 1245424 Part 3 - Add reftest for click events with actions in capturing phase. r=bz 2016-03-24 15:05:29 +08:00
mouse-click-change-summary-to-display-none-ref.html Bug 1245424 Part 3 - Add reftest for click events with actions in capturing phase. r=bz 2016-03-24 15:05:29 +08:00
mouse-click-change-summary-to-display-none.html Bug 1245424 Part 3 - Add reftest for click events with actions in capturing phase. r=bz 2016-03-24 15:05:29 +08:00
mouse-click-display-none-details.html
mouse-click-fixed-summary.html
mouse-click-float-details.html
mouse-click-move-summary-to-different-details-ref.html Bug 1245424 Part 3 - Add reftest for click events with actions in capturing phase. r=bz 2016-03-24 15:05:29 +08:00
mouse-click-move-summary-to-different-details.html Bug 1245424 Part 3 - Add reftest for click events with actions in capturing phase. r=bz 2016-03-24 15:05:29 +08:00
mouse-click-open-second-summary.html
mouse-click-open-single-summary.html
mouse-click-overflow-auto-details.html
mouse-click-overflow-hidden-details.html
mouse-click-second-summary.html
mouse-click-single-summary.html
mouse-click-twice-fixed-summary.html
mouse-click-twice-float-details.html
mouse-click-twice-open-single-summary.html
mouse-click-twice-overflow-auto-details.html
mouse-click-twice-overflow-hidden-details.html
mouse-click-twice-single-summary.html
multiple-summary.html
no-summary-ref.html
no-summary.html
open-fixed-summary.html
open-float-details.html
open-multiple-summary-ref.html
open-multiple-summary.html
open-nested-details-ref.html
open-nested-details.html
open-no-summary-ref.html
open-no-summary.html
open-single-summary.html
open-summary-block-style-ref.html Bug 1258657 Part 1 - Change summary default style to "display: list-item" to match html spec. r=bz 2016-04-13 13:34:14 +08:00
open-summary-block-style.html Bug 1258657 Part 1 - Change summary default style to "display: list-item" to match html spec. r=bz 2016-04-13 13:34:14 +08:00
open-summary-not-first-child.html
overflow-auto-details.html
overflow-auto-open-details-ref.html
overflow-auto-open-details.html
overflow-hidden-details.html
overflow-hidden-open-details-ref.html
overflow-hidden-open-details.html
reftest.list Bug 1258657 Part 1 - Change summary default style to "display: list-item" to match html spec. r=bz 2016-04-13 13:34:14 +08:00
single-summary.html
summary-not-direct-child-ref.html
summary-not-direct-child.html
summary-not-first-child.html
summary-not-in-details-ref.html
summary-not-in-details.html