gecko-dev/layout/reftests/webm-video
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
..
aspect-ratio-1-ref.html
aspect-ratio-1a.xhtml
aspect-ratio-1b.xhtml
aspect-ratio-2-ref.html
aspect-ratio-2a.xhtml
aspect-ratio-2b.xhtml
aspect-ratio-3-ref.xhtml
aspect-ratio-3a.xhtml
aspect-ratio-3b.xhtml
basic-1-ref.html
basic-1.xhtml
black29x19offset.webm
black100x100-aspect3to2.webm
black140x100.webm
blue140x100.png
blue250x200.png
bug686957-ref.html Bug 1065827 - Use onloadeddata event for reftests. r=jwwang 2014-11-06 20:55:03 +11:00
bug686957.html Bug 1065827 - Use onloadeddata event for reftests. r=jwwang 2014-11-06 20:55:03 +11:00
canvas-1a.xhtml
canvas-1b.xhtml
clipping-1-ref.html
clipping-1a.html
colors-8x16.png Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
colors-8x16.webm Bug 1305907 - Assume BT.709 as VP9 default color space r=jya 2016-12-02 20:38:17 +09:00
colors-16x8.png Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
colors-16x8.webm Bug 1305907 - Assume BT.709 as VP9 default color space r=jya 2016-12-02 20:38:17 +09:00
empty-1-ref.html
empty-1a.html
empty-1b.html
encoded-aspect-ratio-1-ref.html
encoded-aspect-ratio-1.html
frames.webm
generate-object-fit-video-tests.sh Bug 1343665 part 1: Remove all mentions of about:config pref "layout.css.object-fit-and-position.enabled" from source files. r=mats 2017-03-02 10:04:00 -08:00
generate-object-position-video-tests.sh Bug 1098417 part 5: Add reftests for anchor-point handling, with WebM videos & a range of "object-position" values. (no review) 2014-11-25 16:46:15 -08:00
green70x30.png
object-aspect-ratio-1a.xhtml
object-aspect-ratio-1b.xhtml
object-aspect-ratio-2a.xhtml
object-aspect-ratio-2b.xhtml
object-fit-contain-webm-001-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-contain-webm-001.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-contain-webm-002-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-contain-webm-002.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-cover-webm-001-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-cover-webm-001.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-cover-webm-002-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-cover-webm-002.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-fill-webm-001-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-fill-webm-001.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-fill-webm-002-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-fill-webm-002.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-none-webm-001-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-none-webm-001.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-none-webm-002-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-none-webm-002.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-scale-down-webm-001-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-scale-down-webm-001.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-scale-down-webm-002-ref.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-fit-scale-down-webm-002.html Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth 2014-11-14 16:45:24 -08:00
object-position-webm-001-ref.html Bug 1098417 part 5: Add reftests for anchor-point handling, with WebM videos & a range of "object-position" values. (no review) 2014-11-25 16:46:15 -08:00
object-position-webm-001.html Bug 1098417 part 5: Add reftests for anchor-point handling, with WebM videos & a range of "object-position" values. (no review) 2014-11-25 16:46:15 -08:00
object-position-webm-002-ref.html Bug 1098417 part 5: Add reftests for anchor-point handling, with WebM videos & a range of "object-position" values. (no review) 2014-11-25 16:46:15 -08:00
object-position-webm-002.html Bug 1098417 part 5: Add reftests for anchor-point handling, with WebM videos & a range of "object-position" values. (no review) 2014-11-25 16:46:15 -08:00
offset-1-ref.html
offset-1.xhtml
poster-1.html
poster-2.html
poster-3.html
poster-4.html Bug 1307388 - Fix intermittent poster-7.html reftest failed. r=smaug. 2016-10-14 09:38:49 +08:00
poster-5.html
poster-6.html
poster-7.html Bug 1307388 - Fix intermittent poster-7.html reftest failed. r=smaug. 2016-10-14 09:38:49 +08:00
poster-8.html
poster-10.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
poster-11.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
poster-12.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
poster-13.html
poster-15.html
poster-ref-black140x100.html
poster-ref-blue125x100.html
poster-ref-blue140x100.html
poster-ref-blue250x200.html
poster-ref-blue400x300.html
poster-ref-green70x30.html
poster-ref-red140x100.html
poster-ref-red160x120.html
red140x100.png
red160x120.png
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
webm-alpha-ref.html Bug 1331528 - Added reftest for WebM alpha. r=SingingTree 2017-01-18 09:22:48 +13:00
webm-alpha.html Bug 1331528 - Added reftest for WebM alpha. r=SingingTree 2017-01-18 09:22:48 +13:00
webm-alpha.webm Bug 1331528 - Added reftest for WebM alpha. r=SingingTree 2017-01-18 09:22:48 +13:00
zoomed-1-ref.html
zoomed-1.xhtml