gecko-dev/layout/reftests/svg/smil/style
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
..
anim-css-color-1-by-ident-hex.svg
anim-css-color-1-from-by-hex-hex.svg
anim-css-color-1-from-by-ident-hex.svg
anim-css-color-1-from-to-hex-hex.svg
anim-css-color-1-from-to-ident-ident.svg
anim-css-color-1-to-ident-hex.svg
anim-css-color-1-to-ident-ident.svg
anim-css-color-2-paced-rgb.svg
anim-css-color-3-by-ident-ident.svg
anim-css-color-3-from-by-ident-ident.svg
anim-css-color-3-from-by-rgb-ident.svg
anim-css-fill-1-by-ident-curcol.svg
anim-css-fill-1-by-ident-hex.svg
anim-css-fill-1-from-by-curcol-hex.svg
anim-css-fill-1-from-by-hex-curcol.svg
anim-css-fill-1-from-by-hex-hex.svg
anim-css-fill-1-from-by-ident-hex.svg
anim-css-fill-1-from-to-curcol-hex.svg
anim-css-fill-1-from-to-hex-curcol.svg
anim-css-fill-1-from-to-hex-hex.svg
anim-css-fill-1-from-to-ident-ident.svg
anim-css-fill-1-ref.svg
anim-css-fill-1-to-ident-curcol.svg
anim-css-fill-1-to-ident-hex.svg
anim-css-fill-1-to-ident-ident.svg
anim-css-fill-2-paced-rgb.svg
anim-css-fill-2-ref.svg
anim-css-fill-3-by-ident-ident.svg
anim-css-fill-3-from-by-ident-ident.svg
anim-css-fill-3-from-by-rgb-ident.svg
anim-css-fill-3-ref.svg
anim-css-fill-overflow-1-by.svg
anim-css-fill-overflow-1-from-by.svg
anim-css-fill-overflow-1-ref.svg
anim-css-fillopacity-1-by.svg
anim-css-fillopacity-1-from-by.svg
anim-css-fillopacity-1-from-to.svg
anim-css-fillopacity-1-ref.svg
anim-css-fillopacity-1-to.svg
anim-css-fillopacity-2-paced.svg
anim-css-fillopacity-2-ref.svg
anim-css-fillopacity-3-clamp-big.svg
anim-css-fillopacity-3-clamp-small.svg
anim-css-fillopacity-3-ref.svg
anim-css-floodcolor-overflow-1-from-by.svg Bug 1369625 - Add reftest for stop-color and flood-color. r=dholbert 2017-06-16 00:55:27 +08:00
anim-css-floodcolor-overflow-1-ref.svg Bug 1369625 - Add reftest for stop-color and flood-color. r=dholbert 2017-06-16 00:55:27 +08:00
anim-css-font-1-ref.svg
anim-css-font-1.svg
anim-css-fontsize-1-from-by-pct-pct.svg
anim-css-fontsize-1-from-by-pct-px.svg
anim-css-fontsize-1-from-by-px-pct.svg
anim-css-fontsize-1-from-by-px-px.svg
anim-css-fontsize-1-from-to-no-no.svg
anim-css-fontsize-1-from-to-no-px.svg
anim-css-fontsize-1-from-to-pct-pct.svg
anim-css-fontsize-1-from-to-pct-px.svg
anim-css-fontsize-1-from-to-px-no.svg
anim-css-fontsize-1-from-to-px-pct.svg
anim-css-fontsize-1-from-to-px-px.svg
anim-css-fontsize-1-ref.svg
anim-css-fontsize-2-from-by-em-em.svg
anim-css-fontsize-2-from-by-px-em.svg
anim-css-fontsize-2-from-by-px-px.svg
anim-css-fontsize-2-ref.svg
anim-css-stopcolor-overflow-1-from-by.svg Bug 1369625 - Add reftest for stop-color and flood-color. r=dholbert 2017-06-16 00:55:27 +08:00
anim-css-stopcolor-overflow-1-ref.svg Bug 1369625 - Add reftest for stop-color and flood-color. r=dholbert 2017-06-16 00:55:27 +08:00
anim-css-strokedasharray-1-ref.svg
anim-css-strokedasharray-1.svg
anim-css-strokewidth-1-by-em-em.svg
anim-css-strokewidth-1-by-em-px.svg
anim-css-strokewidth-1-by-no-no.svg
anim-css-strokewidth-1-by-pct-pct.svg
anim-css-strokewidth-1-by-pct-px.svg
anim-css-strokewidth-1-by-px-em.svg
anim-css-strokewidth-1-by-px-pct.svg
anim-css-strokewidth-1-by-px-px.svg
anim-css-strokewidth-1-from-by-em-em.svg
anim-css-strokewidth-1-from-by-em-px.svg
anim-css-strokewidth-1-from-by-no-no.svg
anim-css-strokewidth-1-from-by-pct-pct.svg
anim-css-strokewidth-1-from-by-pct-px.svg
anim-css-strokewidth-1-from-by-px-em.svg
anim-css-strokewidth-1-from-by-px-pct.svg
anim-css-strokewidth-1-from-by-px-px.svg
anim-css-strokewidth-1-from-to-em-em.svg
anim-css-strokewidth-1-from-to-em-px.svg
anim-css-strokewidth-1-from-to-no-no.svg
anim-css-strokewidth-1-from-to-pct-pct.svg
anim-css-strokewidth-1-from-to-pct-px.svg
anim-css-strokewidth-1-from-to-px-em.svg
anim-css-strokewidth-1-from-to-px-pct.svg
anim-css-strokewidth-1-from-to-px-px.svg
anim-css-strokewidth-1-ref.svg
anim-css-strokewidth-1-to-em-em.svg
anim-css-strokewidth-1-to-em-px.svg
anim-css-strokewidth-1-to-no-no.svg
anim-css-strokewidth-1-to-pct-pct.svg
anim-css-strokewidth-1-to-pct-px.svg
anim-css-strokewidth-1-to-px-em.svg
anim-css-strokewidth-1-to-px-pct.svg
anim-css-strokewidth-1-to-px-px.svg
anim-css-strokewidth-2-ref.svg
anim-css-strokewidth-2-values-em-em.svg
anim-css-strokewidth-2-values-em-px.svg
anim-css-strokewidth-2-values-px-em.svg
anim-css-strokewidth-2-values-px-px.svg
anim-css-strokewidth-3-paced.svg
anim-css-strokewidth-3-ref.svg
anim-css-strokewidth-4-from-by-em-em.svg
anim-css-strokewidth-4-from-by-no-no.svg
anim-css-strokewidth-4-from-by-px-em.svg
anim-css-strokewidth-4-from-by-px-px.svg
anim-css-strokewidth-4-ref.svg
anim-mapped-fontsize-1-from-to-no-no.svg
anim-mapped-fontsize-1-from-to-no-px.svg
anim-mapped-fontsize-1-from-to-px-no.svg
anim-standard-ref.svg
important-set-1.svg
important-set-2.svg
namespaced-property-1.svg Bug 1353208 - Add check for attribute namespace ID when we decide if it should animate as a CSS property or not; r=dholbert 2017-03-30 16:13:02 +09: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