gecko-dev/layout/reftests/text-decoration
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
..
641444-1-ref.html
641444-1.html
676538-1-ref.html
676538-1.html
1133392-ref.html
1133392.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
1159729-offset-adjustment-notref.html Bug 1159729 - Reftest to check that text decoration is properly offset when needed. r=smontagu 2015-05-11 11:33:45 +01:00
1159729-offset-adjustment.html Bug 1159729 - Reftest to check that text decoration is properly offset when needed. r=smontagu 2015-05-11 11:33:45 +01:00
1415214-notref.html Bug 1415214 - (Part 2) Add test case for the regression. r=jfkthame 2017-11-10 16:45:19 +08:00
1415214.html Bug 1415214 - (Part 2) Add test case for the regression. r=jfkthame 2017-11-10 16:45:19 +08:00
complex-decoration-style-quirks-ref.html
complex-decoration-style-quirks.html
complex-decoration-style-standards-ref.html
complex-decoration-style-standards.html
decoration-color-override-quirks-ref.html
decoration-color-override-quirks.html
decoration-color-override-standards-ref.html
decoration-color-override-standards.html
decoration-color-quirks-ref.html Bug 1266621 part 1 - Convert text-decoration-color to store complex color. r=heycam 2016-09-27 20:19:48 +10:00
decoration-color-quirks.html Bug 1266621 part 1 - Convert text-decoration-color to store complex color. r=heycam 2016-09-27 20:19:48 +10:00
decoration-color-standards-ref.html Bug 1266621 part 1 - Convert text-decoration-color to store complex color. r=heycam 2016-09-27 20:19:48 +10:00
decoration-color-standards.html Bug 1266621 part 1 - Convert text-decoration-color to store complex color. r=heycam 2016-09-27 20:19:48 +10:00
decoration-css21-block-ref.html
decoration-css21-block.html
decoration-css21-ref.html
decoration-css21.html
decoration-style-quirks-ref.html
decoration-style-quirks.html
decoration-style-standards-ref.html
decoration-style-standards.html
dynamic-underline-vertical-align-quirks-1-ref.html
dynamic-underline-vertical-align-quirks-1.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
dynamic-underline-vertical-align-quirks-2-ref.html
dynamic-underline-vertical-align-quirks-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
dynamic-underline-vertical-align-standards-1-ref.html
dynamic-underline-vertical-align-standards-1.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
dynamic-underline-vertical-align-standards-2-ref.html
dynamic-underline-vertical-align-standards-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
emphasis-style-dynamic-ref.html Bug 1229278 - Fix dynamic changes to text-emphasis-style. r=dbaron 2015-12-08 12:55:01 -05:00
emphasis-style-dynamic.html Bug 1229278 - Fix dynamic changes to text-emphasis-style. r=dbaron 2015-12-08 12:55:01 -05:00
inline-baseline-almost-standards-ref.html
inline-baseline-almost-standards.html
inline-baseline-quirks-ref.html
inline-baseline-quirks.html
line-through-style-block-dashed-quirks.html
line-through-style-block-dashed-standards.html
line-through-style-block-dotted-quirks.html
line-through-style-block-dotted-standards.html
line-through-style-block-double-quirks.html
line-through-style-block-double-standards.html
line-through-style-block-quirks-ref.html
line-through-style-block-solid-quirks.html
line-through-style-block-solid-standards.html
line-through-style-block-standards-ref.html
line-through-style-block-wavy-quirks.html
line-through-style-block-wavy-standards.html
line-through-style-inline-dashed-quirks.html
line-through-style-inline-dashed-standards.html
line-through-style-inline-dotted-quirks.html
line-through-style-inline-dotted-standards.html
line-through-style-inline-double-quirks.html
line-through-style-inline-double-standards.html
line-through-style-inline-quirks-ref.html
line-through-style-inline-solid-quirks.html
line-through-style-inline-solid-standards.html
line-through-style-inline-standards-ref.html
line-through-style-inline-wavy-quirks.html
line-through-style-inline-wavy-standards.html
overline-style-block-dashed-quirks.html
overline-style-block-dashed-standards.html
overline-style-block-dotted-quirks.html
overline-style-block-dotted-standards.html
overline-style-block-double-quirks.html
overline-style-block-double-standards.html
overline-style-block-quirks-ref.html
overline-style-block-solid-quirks.html
overline-style-block-solid-standards.html
overline-style-block-standards-ref.html
overline-style-block-wavy-quirks.html
overline-style-block-wavy-standards.html
overline-style-inline-dashed-quirks.html
overline-style-inline-dashed-standards.html
overline-style-inline-dotted-quirks.html
overline-style-inline-dotted-standards.html
overline-style-inline-double-quirks.html
overline-style-inline-double-standards.html
overline-style-inline-quirks-ref.html
overline-style-inline-solid-quirks.html
overline-style-inline-solid-standards.html
overline-style-inline-standards-ref.html
overline-style-inline-wavy-quirks.html
overline-style-inline-wavy-standards.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
table-quirk-1-ref.html
table-quirk-1.html
table-quirk-2-ref.html
table-quirk-2.html
text-decoration-propagation-1-quirks-ref.html
text-decoration-propagation-1-quirks.html
text-decoration-propagation-1-standards-ref.html
text-decoration-propagation-1-standards.html
text-decoration-zorder-1-quirks.html
text-decoration-zorder-1-ref.html
text-decoration-zorder-1-standards.html
underline-block-propagation-2-quirks-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
underline-block-propagation-2-quirks.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
underline-block-propagation-2-standards-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
underline-block-propagation-2-standards.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
underline-block-propagation-quirks-ref.html
underline-block-propagation-quirks.html
underline-block-propagation-standards-ref.html
underline-block-propagation-standards.html
underline-block-quirks-notref.html
underline-block-quirks-ref.html
underline-block-quirks.html
underline-block-standards-notref.html
underline-block-standards-ref.html
underline-block-standards.html
underline-button-1-ref.html
underline-button-1.html
underline-button-2-ref.html
underline-button-2.html
underline-inline-block-quirks-notref.html
underline-inline-block-quirks-ref.html
underline-inline-block-quirks.html
underline-inline-block-standards-notref.html
underline-inline-block-standards-ref.html
underline-inline-block-standards.html
underline-select-1-ref.html
underline-select-1.html
underline-select-2-ref.html
underline-select-2.html
underline-style-block-dashed-quirks.html
underline-style-block-dashed-standards.html
underline-style-block-dotted-quirks.html
underline-style-block-dotted-standards.html
underline-style-block-double-quirks.html
underline-style-block-double-standards.html
underline-style-block-quirks-ref.html
underline-style-block-solid-quirks.html
underline-style-block-solid-standards.html
underline-style-block-standards-ref.html
underline-style-block-wavy-quirks.html
underline-style-block-wavy-standards.html
underline-style-inline-dashed-quirks.html
underline-style-inline-dashed-standards.html
underline-style-inline-dotted-quirks.html
underline-style-inline-dotted-standards.html
underline-style-inline-double-quirks.html
underline-style-inline-double-standards.html
underline-style-inline-quirks-ref.html
underline-style-inline-solid-quirks.html
underline-style-inline-solid-standards.html
underline-style-inline-standards-ref.html
underline-style-inline-wavy-quirks.html
underline-style-inline-wavy-standards.html
underline-table-caption-quirks-notref.html
underline-table-caption-quirks-ref.html
underline-table-caption-quirks.html
underline-table-caption-standards-notref.html
underline-table-caption-standards-ref.html
underline-table-caption-standards.html
underline-table-cell-quirks-notref.html
underline-table-cell-quirks-ref.html
underline-table-cell-quirks.html
underline-table-cell-standards-notref.html
underline-table-cell-standards-ref.html
underline-table-cell-standards.html
vertical-mode-decorations-1-ref.html Bug 1403521 - Reftests for positioning of text-decoration in vertical mode. r=dholbert 2017-10-11 14:02:00 +01:00
vertical-mode-decorations-1.html Bug 1403521 - Reftests for positioning of text-decoration in vertical mode. r=dholbert 2017-10-11 14:02:00 +01:00
vertical-mode-decorations-2-ref.html Bug 1403521 - Reftests for positioning of text-decoration in vertical mode. r=dholbert 2017-10-11 14:02:00 +01:00
vertical-mode-decorations-2.html Bug 1403521 - Reftests for positioning of text-decoration in vertical mode. r=dholbert 2017-10-11 14:02:00 +01:00