gecko-dev/layout/reftests/abs-pos
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
..
abs-pos-auto-margin-1-ref.html
abs-pos-auto-margin-1.html
abs-pos-auto-margin-centered-ref.html Bug 812899 part 3 - Make vertical 'auto' margins on absolutely positioned elements always center, even when the margins are negative. r=dbaron 2015-12-03 14:24:00 +09:00
abs-pos-auto-margin-centered.html Bug 812899 part 3 - Make vertical 'auto' margins on absolutely positioned elements always center, even when the margins are negative. r=dbaron 2015-12-03 14:24:00 +09:00
auto-offset-inline-block-1-ref.html
auto-offset-inline-block-1.html
button-1-ref.html
button-1.html Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz 2017-05-21 17:15:00 +08:00
button-2-ref.html
button-2.html Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz 2017-05-21 17:15:00 +08:00
continuation-positioned-inline-1.html
continuation-positioned-inline-2.html
continuation-positioned-inline-ref.html
fieldset-1-ref.html
fieldset-1.html
fixed-pos-auto-offset-1-ref.html
fixed-pos-auto-offset-1a.html
fixed-pos-auto-offset-1b.html
font-size-wrap-ref.html
font-size-wrap.html
multi-column-1-ref.html
multi-column-1.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
reftest.list Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
relative-row-animation-1-ref.html
relative-row-animation-1.html
scrollframe-1-ref.html
scrollframe-1.html
scrollframe-2-ref.html
scrollframe-2.html
select-1-dynamic.html
select-1-ref.html
select-1.html
select-2-ref.html
select-2.html
select-3-ref.html
select-3.html
table-1-ref.html
table-1.html
table-2-ref.html
table-2.html
table-3-ref.html
table-3.html
table-caption-1.html
table-caption-2.html
table-caption-3.html
table-caption-4.html
table-caption-5.html Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron 2017-07-26 22:53:46 -07:00
table-cell-1.html
table-cell-2.html
table-cell-3.html
table-cell-4.html
table-cell-5.html
table-cell-6.html
table-cell-7.html
table-cell-8.html Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron 2017-07-26 22:53:46 -07:00
table-footer-group-1.html
table-footer-group-2.html
table-footer-group-3.html
table-footer-group-4.html
table-footer-group-5.html
table-footer-group-6.html
table-footer-group-7.html
table-header-group-1.html
table-header-group-2.html
table-header-group-3.html
table-header-group-4.html
table-header-group-5.html
table-header-group-6.html
table-header-group-7.html
table-internal-1-ref.html
table-internal-2-ref.html
table-internal-3-ref.html
table-internal-4-ref.html
table-internal-5-ref.html
table-internal-6-ref.html
table-internal-7-ref.html
table-internal-8-ref.html
table-print-1-ref.html Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron 2017-07-26 22:53:46 -07:00
table-row-1.html
table-row-2.html
table-row-3.html
table-row-4.html
table-row-5.html
table-row-6.html
table-row-7.html
table-row-group-1.html
table-row-group-2.html
table-row-group-3.html
table-row-group-4.html
table-row-group-5.html
table-row-group-6.html
table-row-group-7.html