gecko-dev/layout/reftests/details-summary
Ting-Yu Lin b8fee8f71c Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert
This patch is generated by the following script:

```
function remove_column_prefix() {
    echo "Renaming $1 to $2"
    find .\
         -type f\
         ! -path "./obj*"\
         ! -path "./.git"\
         ! -path "./.hg"\
         \( -name "*.html" -or\
            -name "*.xhtml" -or\
            -name "*.xht" -or\
            -name "*.xul" -or\
            -name "*.xml" -or\
            -name "*.css"  \)\
            -exec sed -i -e "s/$1/$2/g" "{}" \;
}

remove_column_prefix "-moz-columns" "columns"
remove_column_prefix "-moz-column-width" "column-width"
remove_column_prefix "-moz-column-count" "column-count"
remove_column_prefix "-moz-column-fill" "column-fill"
remove_column_prefix "-moz-column-gap" "column-gap"
remove_column_prefix "-moz-column-rule" "column-rule"
remove_column_prefix "-moz-column-rule-width" "column-rule-width"
remove_column_prefix "-moz-column-rule-color" "column-rule-color"
remove_column_prefix "-moz-column-rule-style" "column-rule-style"

```

Note: after running the above script, I reverted one minor change to the
file multicol-nested-column-rule-001.xht in the theoretically read-only
directory layout/reftests/w3c-css/received/css-multicol/.

Differential Revision: https://phabricator.services.mozilla.com/D44870

--HG--
extra : moz-landing-system : lando
2019-09-05 21:37:32 +00:00
..
close-nested-details-ref.html
close-nested-details.html
details-absolute-children-ref.html
details-absolute-children.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
details-after.html
details-before.html
details-display-inline-ref.html
details-display-inline.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
details-first-line-ref.html
details-first-line.html
details-in-ol-ref.html
details-in-ol.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
details-page-break-after-1.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
details-page-break-after-2.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
details-page-break-before-1.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
details-page-break-before-2.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
details-percentage-height-children-ref.html
details-percentage-height-children.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
details-three-columns-ref.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
details-three-columns.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
details-two-pages.html Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron 2017-07-26 22:53:46 -07:00
details-writing-mode-ref.html
details-writing-mode.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02: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 Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
float-left-and-float-details-ref.html
float-left-and-float-details.html
float-left-and-float-open-details-ref.html
float-left-and-float-open-details.html
float-left-and-inflow-details-ref.html
float-left-and-inflow-details.html
float-left-and-inflow-open-details-ref.html
float-left-and-inflow-open-details.html
float-open-details-contains-float-left-ref.html
float-open-details-contains-float-left.html
float-open-details-contains-float-right-ref.html
float-open-details-contains-float-right.html
float-right-and-float-details-ref.html
float-right-and-float-details.html
float-right-and-float-open-details-ref.html
float-right-and-float-open-details.html
float-right-and-inflow-details-ref.html
float-right-and-inflow-details.html
float-right-and-inflow-open-details-ref.html
float-right-and-inflow-open-details.html
key-enter-open-second-summary.html
key-enter-prevent-default.html
key-enter-single-summary.html
key-space-single-summary.html
mouse-click-change-details-to-display-none.html
mouse-click-change-summary-to-display-none-ref.html
mouse-click-change-summary-to-display-none.html
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
mouse-click-move-summary-to-different-details.html
mouse-click-open-second-summary.html
mouse-click-open-single-summary.html
mouse-click-overflow-auto-details.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
mouse-click-overflow-hidden-details.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
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 Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
mouse-click-twice-overflow-hidden-details.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
mouse-click-twice-single-summary.html
move-float-summary-to-different-details-ref.html Bug 1377648 - Test case for reconstruction details element when removing summary element. r=heycam 2017-07-05 15:53:04 +09:00
move-float-summary-to-different-details.html Bug 1377648 - Test case for reconstruction details element when removing summary element. r=heycam 2017-07-05 15:53:04 +09:00
move-position-absolute-summary-to-different-details-ref.html Bug 1377648 - Test case for reconstruction details element when removing summary element. r=heycam 2017-07-05 15:53:04 +09:00
move-position-absolute-summary-to-different-details.html Bug 1377648 - Test case for reconstruction details element when removing summary element. r=heycam 2017-07-05 15:53:04 +09:00
multiple-summary.html
no-summary-ref.html
no-summary.html
open-details-after.html
open-details-before.html
open-details-first-line-1.html
open-details-first-line-2.html
open-details-first-line-ref.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
open-summary-block-style.html
open-summary-inline-style-ref.html
open-summary-inline-style.html
open-summary-not-first-child.html
open-summary-table-cell-style-ref.html
open-summary-table-cell-style.html
overflow-auto-details.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
overflow-auto-open-details-ref.html
overflow-auto-open-details.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
overflow-hidden-details.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
overflow-hidden-open-details-ref.html
overflow-hidden-open-details.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
overflow-scroll-details-ref.html
overflow-scroll-details.html Bug 1552578 - Restrict properties that apply to ::marker for now. r=dbaron 2019-06-27 13:27:40 +02:00
reftest.list Bug 1501582 - Mark geckoview failures. r=gbrown 2019-06-11 16:12:03 +00: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
summary-three-columns-ref.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
summary-three-columns.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00