gecko-dev/layout/reftests/async-scrolling
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
..
background-blend-mode-1-ref.html
background-blend-mode-1.html
bg-fixed-1-ref.html
bg-fixed-1.html
bg-fixed-child-clip-1.html
bg-fixed-child-clip-2.html
bg-fixed-child-clip-ref.html
bg-fixed-child-mask-ref.html
bg-fixed-child-mask.html
bg-fixed-child-no-culling-1-ref.html
bg-fixed-child-no-culling-1.html
bg-fixed-child-no-culling-2-ref.html
bg-fixed-child-no-culling-2.html
bg-fixed-child-no-culling-3-ref.html
bg-fixed-child-no-culling-3.html
bg-fixed-child-ref.html
bg-fixed-child.html
bg-fixed-cover-1-ref.html
bg-fixed-cover-1.html
bg-fixed-cover-2-ref.html
bg-fixed-cover-2.html
bg-fixed-cover-3-ref.html
bg-fixed-cover-3.html
bg-fixed-in-css-filter-ref.html Bug 1434747 - Add a reftest for async-scrolling of fixed content inside a CSS filter. r=kats 2018-01-29 18:23:14 -05:00
bg-fixed-in-css-filter.html Bug 1434747 - Add a reftest for async-scrolling of fixed content inside a CSS filter. r=kats 2018-01-29 18:23:14 -05:00
bg-fixed-in-opacity-ref.html
bg-fixed-in-opacity.html
bg-fixed-transformed-image-ref.html
bg-fixed-transformed-image.html
checkerboard-1-ref.html
checkerboard-1.html
checkerboard-2-ref.html
checkerboard-2.html
checkerboard-3-ref.html
checkerboard-3.html
culling-1-ref.html
culling-1.html
curtain-effect-1-ref.html Bug 1408792 - Add a reftest. r=mstange 2018-01-23 09:39:09 -05:00
curtain-effect-1.html Bug 1408792 - Add a reftest. r=mstange 2018-01-23 09:39:09 -05:00
disable-apz-for-sle-pages-ref.html
disable-apz-for-sle-pages.html
element-1-ref.html
element-1.html
fixed-pos-scrollable-1-ref.html
fixed-pos-scrollable-1.html
fixed-pos-scrolled-clip-1-ref.html
fixed-pos-scrolled-clip-1.html
fixed-pos-scrolled-clip-2-ref.html
fixed-pos-scrolled-clip-2.html
fixed-pos-scrolled-clip-3-ref.html
fixed-pos-scrolled-clip-3.html
fixed-pos-scrolled-clip-4-ref.html
fixed-pos-scrolled-clip-4.html
fixed-pos-scrolled-clip-5-ref.html Bug 1411249 - Handle yet more clipping cases. r=mstange 2017-10-27 13:22:16 -04:00
fixed-pos-scrolled-clip-5.html Bug 1411249 - Handle yet more clipping cases. r=mstange 2017-10-27 13:22:16 -04:00
group-opacity-surface-size-1-ref.html
group-opacity-surface-size-1.html
iframe-1-ref.html
iframe-1.html
nested-1-ref.html
nested-1.html
nested-2-ref.html
nested-2.html
offscreen-clipped-blendmode-1.html
offscreen-clipped-blendmode-2.html
offscreen-clipped-blendmode-3.html
offscreen-clipped-blendmode-4.html
offscreen-clipped-blendmode-ref.html
offscreen-prerendered-active-opacity-ref.html
offscreen-prerendered-active-opacity.html
opaque-fractional-displayport-1.html
opaque-fractional-displayport-2.html
perspective-scrolling-1-ref.html
perspective-scrolling-1.html
perspective-scrolling-2-ref.html
perspective-scrolling-2.html
perspective-scrolling-3-ref.html
perspective-scrolling-3.html
perspective-scrolling-4-ref.html
perspective-scrolling-4.html
position-fixed-1-ref.html
position-fixed-1.html
position-fixed-2-ref.html
position-fixed-2.html
position-fixed-body-ref.html
position-fixed-body.html
position-fixed-cover-1-ref.html
position-fixed-cover-1.html
position-fixed-cover-2-ref.html
position-fixed-cover-2.html
position-fixed-cover-3-ref.html
position-fixed-cover-3.html
position-fixed-iframe-1-ref.html
position-fixed-iframe-1.html
position-fixed-iframe-2-ref.html
position-fixed-iframe-2.html
position-fixed-in-scroll-container-ref.html
position-fixed-in-scroll-container.html
position-fixed-inside-clip-path-ref.html Bug 1382534 - Add an async-scrolling reftest. r=mstange 2017-10-04 16:39:47 -04:00
position-fixed-inside-clip-path.html Bug 1382534 - Add an async-scrolling reftest. r=mstange 2017-10-04 16:39:47 -04:00
position-fixed-inside-sticky-1-ref.html
position-fixed-inside-sticky-1.html
position-fixed-inside-sticky-2-ref.html
position-fixed-inside-sticky-2.html
position-fixed-inside-sticky-3-ref.html Bug 1425565 - Add a reftest. r=mstange 2018-05-18 15:19:47 -04:00
position-fixed-inside-sticky-3.html Bug 1425565 - Add a reftest. r=mstange 2018-05-18 15:19:47 -04:00
position-fixed-transformed-1-ref.html
position-fixed-transformed-1.html
position-sticky-bug1434250-ref.html Bug 1434250 - Reftest. r=kats 2018-02-07 16:01:30 -05:00
position-sticky-bug1434250.html Bug 1434250 - Reftest. r=kats 2018-02-07 16:01:30 -05:00
position-sticky-scrolled-clip-1-ref.html
position-sticky-scrolled-clip-1.html
position-sticky-scrolled-clip-2-ref.html
position-sticky-scrolled-clip-2.html
position-sticky-transformed-ref.html
position-sticky-transformed.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
repeatable-diagonal-gradient.png
split-layers-1-ref.html
split-layers-1.html
split-layers-multi-scrolling-1-ref.html
split-layers-multi-scrolling-1.html
split-opacity-layers-1-ref.html
split-opacity-layers-1.html
sticky-pos-scrollable-1-ref.html
sticky-pos-scrollable-1.html
sticky-pos-scrollable-2-ref.html
sticky-pos-scrollable-2.html
sticky-pos-scrollable-3-ref.html
sticky-pos-scrollable-3.html
sticky-pos-scrollable-4-ref.html Bug 1411627 - Add reftests. r=mstange 2017-11-07 10:16:54 -05:00
sticky-pos-scrollable-4.html Bug 1411627 - Add reftests. r=mstange 2017-11-07 10:16:54 -05:00
sticky-pos-scrollable-5-ref.html Bug 1411627 - Add reftests. r=mstange 2017-11-07 10:16:54 -05:00
sticky-pos-scrollable-5.html Bug 1411627 - Add reftests. r=mstange 2017-11-07 10:16:54 -05:00
sticky-pos-scrollable-6-ref.html Bug 1411627 - Add reftests. r=mstange 2017-11-07 10:16:54 -05:00
sticky-pos-scrollable-6.html Bug 1411627 - Add reftests. r=mstange 2017-11-07 10:16:54 -05:00