gecko-dev/layout/reftests/table-bordercollapse
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
..
349655-ref.html
349655.html
1324524-ref.html Bug 1324524 - Make sure we use nsDisplayTableCellbackground for tables with border-collapse. r=tnikkel 2017-02-13 13:07:36 +13:00
1324524.html Bug 1324524 - Make sure we use nsDisplayTableCellbackground for tables with border-collapse. r=tnikkel 2017-02-13 13:07:36 +13:00
1384602-1-ref.html Bug 1384602 part 1. When coalescing lazy frame construction reframes for stylo, do it even across comments. r=emilio 2017-08-11 00:17:07 -04:00
1384602-1a.html Bug 1384602 part 1. When coalescing lazy frame construction reframes for stylo, do it even across comments. r=emilio 2017-08-11 00:17:07 -04:00
1384602-1b.html Bug 1384602 part 2. Convert inserts to appends on table rows if possible, because the insert codepath is rather buggy. r=heycam 2017-08-11 00:17:10 -04:00
bc_borderoffset1_ref.html
bc_borderoffset1.html
bc_borderoffset2_ref.html
bc_borderoffset2.html
bc_dyn_cell1_ref.html
bc_dyn_cell1.html
bc_dyn_cell2_ref.html
bc_dyn_cell2.html
bc_dyn_cell3_ref.html
bc_dyn_cell3.html
bc_dyn_cell4_ref.html
bc_dyn_cell4.html
bc_dyn_cell5_ref.html
bc_dyn_cell5.html
bc_dyn_cg1_ref.html
bc_dyn_cg1.html
bc_dyn_cg2_ref.html
bc_dyn_cg2.html
bc_dyn_cg3_ref.html
bc_dyn_cg3.html
bc_dyn_col1.html
bc_dyn_col2.html
bc_dyn_col3.html
bc_dyn_rg1_ref.html
bc_dyn_rg1.html
bc_dyn_rg2_ref.html
bc_dyn_rg2.html
bc_dyn_rg3_ref.html
bc_dyn_rg3.html
bc_dyn_row1.html
bc_dyn_row2.html
bc_dyn_row3.html
bc_dyn_table1_ref.html
bc_dyn_table1.html
bc_dyn_table2_ref.html
bc_dyn_table2.html
bc_dyn_table3_ref.html
bc_dyn_table3.html
border-collapse-rtl-ref.html
border-collapse-rtl.html
border-style-inset-becomes-ridge-ref.html
border-style-inset-becomes-ridge.html
border-style-outset-becomes-groove-ref.html
border-style-outset-becomes-groove.html
bordercol-orig.css
bordercol.css
bordercolor-1.html
bordercolor-2.html
bordercolor-3-ref.html
bordercolor-3.html
bordercolor-4-ref.html
bordercolor-4.html
bordercolor-ref.html
borderhandling-1.html
borderhandling-2.html
borderhandling-3.html
borderhandling-4.html
borderhandling-5.xhtml
borderhandling-6.xhtml
borderhandling-7.xhtml
borderhandling-8.html
borderhandling-frame-border-ref.html
borderhandling-frame-border.html
borderhandling-ref.html
borderhandling-rules-border-all-quirks-ref.html
borderhandling-rules-border-all-quirks.html
borderhandling-rules-border-all-strict-ref.html
borderhandling-rules-border-all-strict.html
borderhandling-rules-border-cols-quirks-ref.html
borderhandling-rules-border-cols-quirks.html
borderhandling-rules-border-cols-strict-ref.html
borderhandling-rules-border-cols-strict.html
borderhandling-rules-border-empty-quirks-ref.html
borderhandling-rules-border-empty-quirks.html
borderhandling-rules-border-empty-strict-ref.html
borderhandling-rules-border-empty-strict.html
borderhandling-rules-border-groups-quirks-ref.html
borderhandling-rules-border-groups-quirks.html
borderhandling-rules-border-groups-strict-ref.html
borderhandling-rules-border-groups-strict.html
borderhandling-rules-border-none-quirks-ref.html
borderhandling-rules-border-none-quirks.html
borderhandling-rules-border-none-strict-ref.html
borderhandling-rules-border-none-strict.html
borderhandling-rules-border-ref.html
borderhandling-rules-border-rows-quirks-ref.html
borderhandling-rules-border-rows-quirks.html
borderhandling-rules-border-rows-strict-ref.html
borderhandling-rules-border-rows-strict.html
borderhandling-rules-border-rules-quirks-ref.html
borderhandling-rules-border-rules-quirks.html
borderhandling-rules-border-rules-strict-ref.html
borderhandling-rules-border-rules-strict.html
borderhandling-rules-border.html
borderhandling-strict-ref.html
bug1375518-2.html Bug 1375518 - Add reftest to check that border radius is painted correctly on border-collapsed table. r=mattwoodrow 2017-07-18 11:47:17 +08:00
bug1375518-3.html Bug 1375518 - Add reftest to check that border-radius is painted correctly on table. r=dbaron 2017-07-18 12:00:27 +08:00
bug1375518-4-ref.html Bug 1375518 - Add reftest to check that border-radius is painted correctly on table. r=dbaron 2017-07-18 12:00:27 +08:00
bug1375518-4.html Bug 1375518 - Add reftest to check that border-radius is painted correctly on table. r=dbaron 2017-07-18 12:00:27 +08:00
bug1375518-5-ref.html Bug 1375518 - Add reftest to check that border-radius is painted correctly on table. r=dbaron 2017-07-18 12:00:27 +08:00
bug1375518-5.html Bug 1375518 - Add reftest to check that border-radius is painted correctly on table. r=dbaron 2017-07-18 12:00:27 +08:00
bug1375518-ref.html Bug 1375518 - Add reftest to check that border radius is painted correctly on border-collapsed table. r=mattwoodrow 2017-07-18 11:47:17 +08:00
bug1375518.html Bug 1375518 - Add reftest to check that border radius is painted correctly on border-collapsed table. r=mattwoodrow 2017-07-18 11:47:17 +08:00
bug1379306-ref.html Bug 1379306 - Reftest for position:absolute block that is relative to table cell, row, row group. r=dbaron 2017-08-07 20:31:00 +02:00
bug1379306.html Bug 1379306 - Reftest for position:absolute block that is relative to table cell, row, row group. r=dbaron 2017-08-07 20:31:00 +02:00
bug1394226-notref.html Bug 1394226 - Add reftests. r=dbaron 2017-09-21 14:42:45 +08:00
bug1394226-ref.html Bug 1394226 - Add reftests. r=dbaron 2017-09-21 14:42:45 +08:00
bug1394226.html Bug 1394226 - Add reftests. r=dbaron 2017-09-21 14:42:45 +08:00
bug1405929-2-ref.html Bug 1405929 - reftest for border collapsed table. r=dbaron 2017-12-04 20:54:00 +02:00
bug1405929-2.html Bug 1405929 - reftest for border collapsed table. r=dbaron 2017-12-04 20:54:00 +02:00
bug1405929-ref.html Bug 1405929 - reftest for border collapsed table. r=dbaron 2017-12-04 20:54:00 +02:00
bug1405929.html Bug 1405929 - reftest for border collapsed table. r=dbaron 2017-12-04 20:54:00 +02:00
bug1421887-ref.html Bug 1421887 - add reftest. r=dbaron 2018-01-04 21:28:00 +02:00
bug1421887.html Bug 1421887 - add reftest. r=dbaron 2018-01-04 21:28:00 +02:00
double_borders_ref.html
double_borders.html
empty-toprow-ref.html
empty-toprow.html
frame_above_rules_all_ref.html
frame_above_rules_all.html
frame_above_rules_cols_ref.html
frame_above_rules_cols.html
frame_above_rules_groups_ref.html
frame_above_rules_groups.html
frame_above_rules_none_ref.html
frame_above_rules_none.html
frame_above_rules_rows_ref.html
frame_above_rules_rows.html
frame_below_rules_all_ref.html
frame_below_rules_all.html
frame_below_rules_cols_ref.html
frame_below_rules_cols.html
frame_below_rules_groups_ref.html
frame_below_rules_groups.html
frame_below_rules_none_ref.html
frame_below_rules_none.html
frame_below_rules_rows_ref.html
frame_below_rules_rows.html
frame_border_rules_all_ref.html
frame_border_rules_all.html
frame_border_rules_cols_ref.html
frame_border_rules_cols.html
frame_border_rules_groups_ref.html
frame_border_rules_groups.html
frame_border_rules_none_ref.html
frame_border_rules_none.html
frame_border_rules_rows_ref.html
frame_border_rules_rows.html
frame_box_rules_all_ref.html
frame_box_rules_all.html
frame_box_rules_cols_ref.html
frame_box_rules_cols.html
frame_box_rules_groups_ref.html
frame_box_rules_groups.html
frame_box_rules_none_ref.html
frame_box_rules_none-collapse-ref.html
frame_box_rules_none-collapse.html
frame_box_rules_none.html
frame_box_rules_rows_ref.html
frame_box_rules_rows.html
frame_hsides_rules_all_ref.html
frame_hsides_rules_all.html
frame_hsides_rules_cols_ref.html
frame_hsides_rules_cols.html
frame_hsides_rules_groups_ref.html
frame_hsides_rules_groups.html
frame_hsides_rules_none_ref.html
frame_hsides_rules_none.html
frame_hsides_rules_rows_ref.html
frame_hsides_rules_rows.html
frame_lhs_rules_all_ref.html
frame_lhs_rules_all.html
frame_lhs_rules_cols_ref.html
frame_lhs_rules_cols.html
frame_lhs_rules_groups_ref.html
frame_lhs_rules_groups.html
frame_lhs_rules_none_ref.html
frame_lhs_rules_none.html
frame_lhs_rules_rows_ref.html
frame_lhs_rules_rows.html
frame_rhs_rules_all_ref.html
frame_rhs_rules_all.html
frame_rhs_rules_cols_ref.html
frame_rhs_rules_cols.html
frame_rhs_rules_groups_ref.html
frame_rhs_rules_groups.html
frame_rhs_rules_none_ref.html
frame_rhs_rules_none.html
frame_rhs_rules_rows_ref.html
frame_rhs_rules_rows.html
frame_void_rules_all_ref.html
frame_void_rules_all.html
frame_void_rules_cols_ref.html
frame_void_rules_cols.html
frame_void_rules_groups_ref.html
frame_void_rules_groups.html
frame_void_rules_none_ref.html
frame_void_rules_none.html
frame_void_rules_rows_ref.html
frame_void_rules_rows.html
frame_vsides_rules_all_ref.html
frame_vsides_rules_all.html
frame_vsides_rules_cols_ref.html
frame_vsides_rules_cols.html
frame_vsides_rules_groups_ref.html
frame_vsides_rules_groups.html
frame_vsides_rules_none_ref.html
frame_vsides_rules_none.html
frame_vsides_rules_rows_ref.html
frame_vsides_rules_rows.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