gecko-dev/layout/reftests/table-anonymous-boxes
L. David Baron 1e88f0f003 Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert
This patch was written entirely by the following script:

  #!/bin/bash

  if [ ! -d "./.hg" ]
  then
    echo "Not in a source tree." 1>&2
    exit 1
  fi

  find . -regex '.*\(ref\|crash\)test.*\.list' | while read FILENAME
  do
    echo "Processing ${FILENAME}."
    # The following has four substitutions:
    # * The first one replaces the *first* argument to fuzzy() when it doesn't
    #   have a - in it, by replacing it with an explicit 0-N range.
    # * The second one does the same for the *second* argument to fuzzy().
    # * The third does the same for the *second* argument to fuzzy-if().
    # * The fourth does the same for the *third* argument to fuzzy-if().
    #
    # Note that this is using perl rather than sed because perl doesn't
    # support non-greedy matching, which is needed for the first argument to
    # fuzzy-if.
    perl -pi -e 's/(fuzzy\()([^ ,()-]*)(,[^ ,()]*\))/${1}0-${2}${3}/g;s/(fuzzy\([^ ,()]*,)([^ ,()-]*)(\))/${1}0-${2}${3}/g;s/(fuzzy-if\([^ ]*?,)([^ ,()-]*)(,[^ ,()]*\))/${1}0-${2}${3}/g;s/(fuzzy-if\([^ ]*?,[^ ,()]*,)([^ ,()-]*)(\))/${1}0-${2}${3}/g' "${FILENAME}"
  done

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

--HG--
extra : moz-landing-system : lando
2018-08-09 20:10:21 +00:00
..
3-blocks-ref.html
3-tables-ref.html
3x3-cols-ref.html
3x3-ref.html
121142-1-ref.html
121142-1a.html
121142-1b.html
121142-2-ref.html
121142-2.html
156888-1-ref.html
156888-1.html
156888-2-ref.html
156888-2.html
162063-1.xhtml Bug 1427221 part 2 - Change test to fail every time. r=mats 2018-01-08 14:42:03 +13:00
203923-1.html
203923-2.html
208305-1-ref.html
208305-1.html
208305-2.html
208305-3.html
208305-4.html
277995-1-ref.html
277995-1.html Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
293576-1-ref.html
293576-1.html
302113-1-ref.html
302113-1.html
315146-1-ref.xhtml
315146-1.xhtml Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
325543-1-ref.html
325543-1a.html
325543-1b.html
338735-1-ref.html
338735-1.html
339388-1-ref.html
339388-1a.html
339388-1b.html
363326-1-ref.html
363326-1.html
368932-1-ref.html
368932-1.html
371054-1-ref.html
371054-1.html
372641-1-ref.xhtml
372641-1a.xhtml
372641-1b.xhtml
372641-1c.xhtml
372649-1-ref.html
372649-1.html
373379-1-ref.html
373379-1.html
394402-1-ref.html
394402-1a.html
394402-1b.html
398095-1-ref.html
398095-1.html
407115-1-ref.html
407115-1.html
443616-1-ref.html
443616-1a.xhtml
443616-1b.html
448111-1-ref.html
448111-1.html
490174-1-ref.html
490174-1.html
695538-1-ref.html
695538-1.html
blocks-divide-tables-1.html
blocks-divide-tables-2.html
cols-test-1.html
cols-test-2.html
cols-test-3.html
dynamic-abs-pos-tbody-ref.html
dynamic-abs-pos-tbody.html
dynamic-insert-cell-1.html
dynamic-removal-1.html
dynamic-removal-2.html
dynamic-removal-3.html
dynamic-removal-4.html
dynamic-removal-5.html
dynamic-removal-6.html
dynamic-removal-7.html
dynamic-removal-8.html
dynamic-removal-9.html
dynamic-removal-10.html
dynamic-removal-11.html
dynamic-removal-12.html
dynamic-removal-13.html
dynamic-removal-14.html
dynamic-removal-15.html
dynamic-removal-16.html
dynamic-removal-17.html
dynamic-switch-block-to-cell-1.html
dynamic-switch-block-to-cell-2.html
dynamic-switch-block-to-cell-3.html
dynamic-switch-block-to-cell-4.html
dynamic-switch-block-to-cell-5.html
dynamic-switch-inline-to-cell-1.html
dynamic-switch-inline-to-cell-2.html
dynamic-switch-inline-to-cell-3.html
dynamic-switch-inline-to-cell-4.html
dynamic-switch-inline-to-cell-5.html
infer-cells-1.html
infer-cells-2.html
infer-cells-3.html
infer-cells-4.html
infer-first-row-and-table.html
infer-first-row.html
infer-rows-inside-rowgroups.html
infer-second-row-and-table.html
infer-second-row.html
infer-table-around-headers-footers-1.html
infer-table-around-headers-footers-2.html
infer-table-around-headers-footers-3.html
infer-table-row-cell.html
infer-table.html
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
white-space-1.html
white-space-2.html
white-space-3.html
white-space-4.html
white-space-5.html
white-space-6.html
white-space-7.html
white-space-8.html
white-space-9.html
white-space-10.html
white-space-11.html
white-space-12.html
white-space-13.html
white-space-14.html
white-space-15.html
white-space-16.html
white-space-17.html
white-space-18.html
white-space-19.html
white-space-20.html
white-space-21.html
white-space-22.html
white-space-23.html
white-space-24.html
white-space-25.html
white-space-26.html
white-space-pre-1.html
white-space-pre-ref.html
white-space-ref.html