gecko-dev/layout/reftests/position-sticky
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
..
ahem.css
block-in-inline-1-ref.html
block-in-inline-1.html
block-in-inline-2-ref.html
block-in-inline-2.html
block-in-inline-3-ref.html
block-in-inline-3.html
block-in-inline-continuations-inner.html
block-in-inline-continuations-ref-inner.html
block-in-inline-continuations-ref.html
block-in-inline-continuations.html
bottom-1-ref.html
bottom-1.html
bottom-2-ref.html
bottom-2a.html
bottom-2b.html
bottom-2c.html
bottom-3-ref.html
bottom-3.html
bottom-4-ref.html
bottom-4.html
column-contain-1-ref.html
column-contain-1a.html
column-contain-1b.html
column-contain-2-ref.html
column-contain-2.html
containing-block-1-ref.html
containing-block-1.html
iframe-1-helper.html Bug 1406217 - Fix computation of scrollframe's offset to the reference frame. r=mstange 2017-10-31 09:04:04 -04:00
iframe-1-ref.html Bug 1406217 - Fix computation of scrollframe's offset to the reference frame. r=mstange 2017-10-31 09:04:04 -04:00
iframe-1.html Bug 1406217 - Fix computation of scrollframe's offset to the reference frame. r=mstange 2017-10-31 09:04:04 -04:00
initial-1-ref.html
initial-1.html
initial-scroll-1-ref.html
initial-scroll-1.html
inline-1-ref.html
inline-1.html
inline-2-ref.html
inline-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
inline-3-ref.html
inline-3.html
inline-4-ref.html Bug 1280344 - Use first continuation's normal position in computing sticky scroll ranges for APZ. r=dholbert 2016-07-12 12:36:31 -04:00
inline-4.html Bug 1280344 - Use first continuation's normal position in computing sticky scroll ranges for APZ. r=dholbert 2016-07-12 12:36:31 -04:00
left-1-ref.html
left-1.html
left-2-ref.html
left-2.html
left-3-ref.html
left-3.html
left-right-1-ref.html
left-right-1.html
left-right-2-ref.html
left-right-2.html
left-right-3-ref.html
left-right-3.html
margin-1-ref.html
margin-1.html
overconstrained-1-ref.html
overconstrained-1.html
overconstrained-2-ref.html
overconstrained-2.html
overconstrained-3-ref.html
overconstrained-3.html
overcontain-1-ref.html
overcontain-1.html
padding-1-ref.html
padding-1.html
padding-2-ref.html
padding-2.html
padding-3-ref.html
padding-3.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
right-1-ref.html
right-1.html
right-2-ref.html
right-2.html
right-3-ref.html
right-3.html
scrollframe-auto-1-ref.html
scrollframe-auto-1.html
scrollframe-reflow-1-ref.html
scrollframe-reflow-1.html
scrollframe-reflow-2-ref.html
scrollframe-reflow-2.html
stacking-context-1-ref.html
stacking-context-1.html
top-1-ref.html
top-1.html
top-2-ref.html
top-2.html
top-3-ref.html
top-3.html
top-4-ref.html
top-4.html
top-5-ref.html
top-5.html
top-6-ref.html
top-6.html
top-bottom-1-ref.html
top-bottom-1.html
top-bottom-2-ref.html
top-bottom-2.html
top-bottom-3-ref.html
top-bottom-3.html
transformed-1-ref.html Bug 1426386 - Add reftests for position:sticky items inside a transform. r=mstange 2018-01-22 12:00:31 -05:00
transformed-1.html Bug 1426386 - Add reftests for position:sticky items inside a transform. r=mstange 2018-01-22 12:00:31 -05:00
transformed-2-ref.html Bug 1426386 - Add reftests for position:sticky items inside a transform. r=mstange 2018-01-22 12:00:31 -05:00
transformed-2.html Bug 1426386 - Add reftests for position:sticky items inside a transform. r=mstange 2018-01-22 12:00:31 -05:00