gecko-dev/dom/grid
Ting-Yu Lin f0a1298eaa Bug 1308587 Part 1 - Manually remove "-moz" prefixed multi-column properties in some tests. r=dholbert
In the next part, the patch generated by a script removes "-moz" prefix
to all multi-column properties.

However, some of the tests already have standard multi-column properties
specified. To avoid duplicating CSS multi-column rules in these
files (after applying the next part), I manually remove the prefixed
rules beforehand as many as possible.

Differential Revision: https://phabricator.services.mozilla.com/D44869

--HG--
extra : moz-landing-system : lando
2019-09-05 21:32:05 +00:00
..
test Bug 1308587 Part 1 - Manually remove "-moz" prefixed multi-column properties in some tests. r=dholbert 2019-09-05 21:32:05 +00:00
Grid.cpp Bug 1559546 - Use atoms for grid line names. r=mats 2019-06-19 05:58:11 +00:00
Grid.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
GridArea.cpp Bug 1559546 - Use atoms for grid line names. r=mats 2019-06-19 05:58:11 +00:00
GridArea.h Bug 1559546 - Use atoms for grid line names. r=mats 2019-06-19 05:58:11 +00:00
GridDimension.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
GridDimension.h Bug 1559545 - Use servo for the representation of grid template areas. r=mats 2019-06-18 22:29:58 +00:00
GridLine.cpp Bug 1559546 - Use atoms for grid line names. r=mats 2019-06-19 05:58:11 +00:00
GridLine.h Bug 1559546 - Use atoms for grid line names. r=mats 2019-06-19 05:58:11 +00:00
GridLines.cpp Bug 1519958 - Refactor grid types to preserve repeat() at computed value time and use cbindgen. r=mats,boris 2019-08-05 22:13:21 +02:00
GridLines.h Bug 1559546 - Use atoms for grid line names. r=mats 2019-06-19 05:58:11 +00:00
GridTrack.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
GridTrack.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
GridTracks.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
GridTracks.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
moz.build