gecko-dev/layout/reftests/box-shadow
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
..
611574-1-ref.html
611574-1.html
611574-2-ref.html Bug 1227327 - Use regular background image display items for painting button backgrounds. r=mattwoodrow 2016-05-04 14:12:23 -04:00
611574-2.html Bug 1227327 - Use regular background image display items for painting button backgrounds. r=mattwoodrow 2016-05-04 14:12:23 -04:00
1178575-2-ref.html
1178575-2.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
1178575-ref.html
1178575.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
1212823-1-ref.html Bug 1212823 - Use correct coordinate space for box-shadow native rect when doing themed drawing. r=roc 2015-11-12 15:23:11 +13:00
1212823-1.html Bug 1212823 - Use correct coordinate space for box-shadow native rect when doing themed drawing. r=roc 2015-11-12 15:23:11 +13:00
boxshadow-basic-ref.html
boxshadow-basic.html
boxshadow-blur-2-notref.html
boxshadow-blur-2-ref.html
boxshadow-blur-2.html
boxshadow-blur-notref2.html
boxshadow-blur-notref.html
boxshadow-blur.html
boxshadow-border-radius-int-ref.html
boxshadow-border-radius-int.html
boxshadow-button-ref.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
boxshadow-button.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
boxshadow-color-rounding-middle-ref.html
boxshadow-color-rounding-middle.html
boxshadow-color-rounding-ref.html
boxshadow-color-rounding.html
boxshadow-dynamic-ref.xul
boxshadow-dynamic.xul
boxshadow-fileupload-ref.html
boxshadow-fileupload.html
boxshadow-inner-basic-ref.svg
boxshadow-inner-basic.html
boxshadow-inset-large-border-radius-ref.html Bug 1250947. Fill area outside blur with solid color. r=mstange 2016-03-29 08:24:21 -07:00
boxshadow-inset-large-border-radius.html Bug 1250947. Fill area outside blur with solid color. r=mstange 2016-03-29 08:24:21 -07:00
boxshadow-inset-large-offset-ref.html Bug 1250947. Fill area outside blur with solid color. r=mstange 2016-03-29 08:24:21 -07:00
boxshadow-inset-large-offset.html Bug 1250947. Fill area outside blur with solid color. r=mstange 2016-03-29 08:24:21 -07:00
boxshadow-inset-neg-spread2-ref.html Bug 1227216. Part 1: Only draw surface on inset box shadows if dest and src are equal sizes. r=mstange 2015-12-04 11:05:45 -08:00
boxshadow-inset-neg-spread2.html Bug 1227216. Part 1: Only draw surface on inset box shadows if dest and src are equal sizes. r=mstange 2015-12-04 11:05:45 -08:00
boxshadow-inset-neg-spread.html
boxshadow-large-border-radius-ref.html
boxshadow-large-border-radius.html
boxshadow-large-offset-ref.html Bug 1227216. Part 2: Fallback to blur destination rect if a large shadow offset occurs. r=mstange 2015-12-04 11:05:47 -08:00
boxshadow-large-offset.html Bug 1227216. Part 2: Fallback to blur destination rect if a large shadow offset occurs. r=mstange 2015-12-04 11:05:47 -08:00
boxshadow-mixed-2-ref.html Bug 1402060 - Don't create outset box-shadow wr items for inset box-shadows. r=mattwoodrow 2017-10-07 14:13:55 -04:00
boxshadow-mixed-2.html Bug 1402060 - Don't create outset box-shadow wr items for inset box-shadows. r=mattwoodrow 2017-10-07 14:13:55 -04:00
boxshadow-mixed-ref.html
boxshadow-mixed.html
boxshadow-multiple-ref.html
boxshadow-multiple.html
boxshadow-onecorner-ref.html
boxshadow-onecorner.html
boxshadow-opacity-ref.html
boxshadow-opacity.html
boxshadow-rotated-ref.html
boxshadow-rotated.html
boxshadow-rounded-spread-ref.html
boxshadow-rounded-spread.html
boxshadow-rounding-ref.html
boxshadow-rounding.html
boxshadow-skiprect-ref.html
boxshadow-skiprect.html
boxshadow-spread-ref.html
boxshadow-spread.html
boxshadow-threecorners-ref.html
boxshadow-threecorners.html
boxshadow-twocorners-ref.html
boxshadow-twocorners.html
fieldset-inset-ref.html
fieldset-inset.html
fieldset-ref.html
fieldset.html
overflow-not-scrollable-1-ref2.html
overflow-not-scrollable-1-ref.html
overflow-not-scrollable-1.html
overflow-not-scrollable-2-ref.html
overflow-not-scrollable-2.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
tableboxshadow-basic-ref.html
tableboxshadow-basic.html
tableboxshadow-tdshadow-ref.html
tableboxshadow-tdshadow.html
tableboxshadow-trshadow-ref.html
tableboxshadow-trshadow.html