gecko-dev/layout/reftests/svg/sizing
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
dynamic--inline-css-height.xhtml
dynamic--inline-css-width.xhtml
dynamic--inline-resize-window-height.xhtml
dynamic--inline-resize-window-width.xhtml
dynamic--object--auto-auto--pct-px.html
dynamic--object-svg-unloaded-a.svg
dynamic--object-svg-unloaded-b.xhtml
dynamic--object-svg-unloaded.xhtml
inline--display-block--01-ref.xhtml
inline--display-block--01.xhtml
inline--display-inline--01-ref.xhtml
inline--display-inline--01.xhtml
inline--display-inline-block--01-ref.xhtml
inline--display-inline-block--01.xhtml
inline--float-left--01-ref.xhtml
inline--float-left--01.xhtml
inline--float-right--01-ref.xhtml
inline--float-right--01.xhtml
inline--position-absolute--01-ref.xhtml
inline--position-absolute--01.xhtml
inline--position-absolute--02.xhtml
inline--position-relative--01-ref.xhtml
inline--position-relative--01.xhtml
object--auto-auto--0-0.html
object--auto-auto--0-0.svg
object--auto-auto--0-pct--ref.html
object--auto-auto--0-pct.html
object--auto-auto--0-pct.svg
object--auto-auto--0-px--ref.html
object--auto-auto--0-px.html
object--auto-auto--0-px.svg
object--auto-auto--pct-0--ref.html
object--auto-auto--pct-0.html
object--auto-auto--pct-0.svg
object--auto-auto--pct-pct--ref.html
object--auto-auto--pct-pct.html
object--auto-auto--pct-pct.svg
object--auto-auto--pct-px--ref.html
object--auto-auto--pct-px.html
object--auto-auto--pct-px.svg
object--auto-auto--px-0--ref.html
object--auto-auto--px-0.html
object--auto-auto--px-0.svg
object--auto-auto--px-pct--ref.html
object--auto-auto--px-pct.html
object--auto-auto--px-pct.svg
object--auto-auto--px-px--ref.html
object--auto-auto--px-px.html
object--auto-auto--px-px.svg
object--pct-pct--0-0.html
pass-empty.svg
pass-pct-height-square.xhtml
pass-pct-pct.xhtml
pass-pct-px.xhtml
pass-pct-width-square.xhtml
pass-px-pct.xhtml
pass-px-px.xhtml
pass.svg
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
scrollbars-01-anti-ref.svg
scrollbars-01.svg
scrollbars-02.svg
standalone--0-0--0-0.svg
standalone--0-0--0-pct.svg
standalone--0-0--0-px.svg
standalone--0-0--pct-0.svg
standalone--0-0--pct-pct.svg
standalone--0-0--pct-px.svg
standalone--0-0--px-0.svg
standalone--0-0--px-pct.svg
standalone--0-0--px-px.svg
standalone--0-auto--0-0.svg
standalone--0-auto--0-pct.svg
standalone--0-auto--0-px.svg
standalone--0-auto--pct-0.svg
standalone--0-auto--pct-pct.svg
standalone--0-auto--pct-px.svg
standalone--0-auto--px-0.svg
standalone--0-auto--px-pct.svg
standalone--0-auto--px-px.svg
standalone--0-pct--0-0.svg
standalone--0-pct--0-pct.svg
standalone--0-pct--0-px.svg
standalone--0-pct--pct-0.svg
standalone--0-pct--pct-pct.svg
standalone--0-pct--pct-px.svg
standalone--0-pct--px-0.svg
standalone--0-pct--px-pct.svg
standalone--0-pct--px-px.svg
standalone--0-px--0-0.svg
standalone--0-px--0-pct.svg
standalone--0-px--0-px.svg
standalone--0-px--pct-0.svg
standalone--0-px--pct-pct.svg
standalone--0-px--pct-px.svg
standalone--0-px--px-0.svg
standalone--0-px--px-pct.svg
standalone--0-px--px-px.svg
standalone--auto-0--0-0.svg
standalone--auto-0--0-pct.svg
standalone--auto-0--0-px.svg
standalone--auto-0--pct-0.svg
standalone--auto-0--pct-pct.svg
standalone--auto-0--pct-px.svg
standalone--auto-0--px-0.svg
standalone--auto-0--px-pct.svg
standalone--auto-0--px-px.svg
standalone--auto-auto--0-0.svg
standalone--auto-auto--0-pct.svg
standalone--auto-auto--0-px.svg
standalone--auto-auto--pct-0.svg
standalone--auto-auto--pct-pct.svg
standalone--auto-auto--pct-px.svg
standalone--auto-auto--px-0.svg
standalone--auto-auto--px-pct.svg
standalone--auto-auto--px-px.svg
standalone--auto-pct--0-0.svg
standalone--auto-pct--0-pct.svg
standalone--auto-pct--0-px.svg
standalone--auto-pct--pct-0.svg
standalone--auto-pct--pct-pct--viewBox.svg
standalone--auto-pct--pct-pct.svg
standalone--auto-pct--pct-px--viewBox.svg
standalone--auto-pct--pct-px.svg
standalone--auto-pct--px-0.svg
standalone--auto-pct--px-pct--viewBox.svg
standalone--auto-pct--px-pct.svg
standalone--auto-pct--px-px.svg
standalone--auto-px--0-0.svg
standalone--auto-px--0-pct.svg
standalone--auto-px--0-px.svg
standalone--auto-px--pct-0.svg
standalone--auto-px--pct-pct--viewBox.svg
standalone--auto-px--pct-pct.svg
standalone--auto-px--pct-px--viewBox.svg
standalone--auto-px--pct-px.svg
standalone--auto-px--px-0.svg
standalone--auto-px--px-pct--viewBox.svg
standalone--auto-px--px-pct.svg
standalone--auto-px--px-px.svg
standalone--pct-0--0-0.svg
standalone--pct-0--0-pct.svg
standalone--pct-0--0-px.svg
standalone--pct-0--pct-0.svg
standalone--pct-0--pct-pct.svg
standalone--pct-0--pct-px.svg
standalone--pct-0--px-0.svg
standalone--pct-0--px-pct.svg
standalone--pct-0--px-px.svg
standalone--pct-auto--0-0.svg
standalone--pct-auto--0-pct.svg
standalone--pct-auto--0-px.svg
standalone--pct-auto--pct-0.svg
standalone--pct-auto--pct-pct--viewBox.svg
standalone--pct-auto--pct-pct.svg
standalone--pct-auto--pct-px--viewBox.svg
standalone--pct-auto--pct-px.svg
standalone--pct-auto--px-0.svg
standalone--pct-auto--px-pct--viewBox.svg
standalone--pct-auto--px-pct.svg
standalone--pct-auto--px-px.svg
standalone--pct-pct--0-0.svg
standalone--pct-pct--0-pct.svg
standalone--pct-pct--0-px.svg
standalone--pct-pct--pct-0.svg
standalone--pct-pct--pct-pct.svg
standalone--pct-pct--pct-px.svg
standalone--pct-pct--px-0.svg
standalone--pct-pct--px-pct.svg
standalone--pct-pct--px-px.svg
standalone--pct-px--0-0.svg
standalone--pct-px--0-pct.svg
standalone--pct-px--0-px.svg
standalone--pct-px--pct-0.svg
standalone--pct-px--pct-pct.svg
standalone--pct-px--pct-px.svg
standalone--pct-px--px-0.svg
standalone--pct-px--px-pct.svg
standalone--pct-px--px-px.svg
standalone--px-0--0-0.svg
standalone--px-0--0-pct.svg
standalone--px-0--0-px.svg
standalone--px-0--pct-0.svg
standalone--px-0--pct-pct.svg
standalone--px-0--pct-px.svg
standalone--px-0--px-0.svg
standalone--px-0--px-pct.svg
standalone--px-0--px-px.svg
standalone--px-auto--0-0.svg
standalone--px-auto--0-pct.svg
standalone--px-auto--0-px.svg
standalone--px-auto--pct-0.svg
standalone--px-auto--pct-pct--viewBox.svg
standalone--px-auto--pct-pct.svg
standalone--px-auto--pct-px--viewBox.svg
standalone--px-auto--pct-px.svg
standalone--px-auto--px-0.svg
standalone--px-auto--px-pct--viewBox.svg
standalone--px-auto--px-pct.svg
standalone--px-auto--px-px.svg
standalone--px-pct--0-0.svg
standalone--px-pct--0-pct.svg
standalone--px-pct--0-px.svg
standalone--px-pct--pct-0.svg
standalone--px-pct--pct-pct.svg
standalone--px-pct--pct-px.svg
standalone--px-pct--px-0.svg
standalone--px-pct--px-pct.svg
standalone--px-pct--px-px.svg
standalone--px-px--0-0.svg
standalone--px-px--0-pct.svg
standalone--px-px--0-px.svg
standalone--px-px--pct-0.svg
standalone--px-px--pct-pct.svg
standalone--px-px--pct-px.svg
standalone--px-px--px-0.svg
standalone--px-px--px-pct.svg
standalone--px-px--px-px.svg
standalone-sanity-height-150px.svg
standalone-sanity-height-pct.svg
standalone-sanity-height-px.svg
standalone-sanity-width-300px.svg
standalone-sanity-width-pct.svg
standalone-sanity-width-px.svg