DescriptionConvert (nearly) all layout tests to unix line endings
Rietveld and the CQ can't apply patches against files with DOS line
endings, so convert them all to unix. This skips mhtml tests, which
apparently need their carriage returns.
These files were found via git grep -I -l $'\r' | grep -v "gif$" | grep
-v mhtml (apparently some gif files are marked as text), and then
converted by opening them all in vim and doing a :bufdo set ff=unix.
The attached code review only includes a sample of two files, as
Rietveld is also not happy about attaching 1800 files to a code review.
BUG=357373
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|